MapBoxQuad Class |
To handle cases where the mapping box contains bank lines, the relative v coordinate can vary in the upstream and the downstream end.
Namespace: DHI.Mike1D.Engine.FloodMaps
public class MapBoxQuad
The MapBoxQuad type exposes the following members.
Name | Description | |
---|---|---|
MapBoxQuad | Initializes a new instance of the MapBoxQuad class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MapXy2Uv |
Map from (x,y) coordinates to (u,v) coordinates, where
the v value can vary in the upstream and downstream end.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Bank |
Flag specifying wether this mapping box quad is in the main river (false) or the left/right bank.
| |
DoVend |
End value of relative v coordinate in downstream end.
| |
DoVstart |
Start value of relative v coordinate in downstream end.
| |
Quad |
Quadrilateral containing the 4 corner coordinates
| |
UpVend |
End value of relative v coordinate in upstream end.
| |
UpVstart |
Start value of relative v coordinate in upstream end.
|