MapBoxQuad Class

A MapBoxQuad is a quadrilateral containing mapping between an (x,y) coordinate within the quad to the local quadrilateral coordinate system (u,v).

To handle cases where the mapping box contains bank lines, the relative v coordinate can vary in the upstream and the downstream end.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class MapBoxQuad
Inheritance
Object    MapBoxQuad

Constructors

MapBoxQuadInitializes a new instance of the MapBoxQuad class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Bank Flag specifying whether 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, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side.
DoVstart Start value of relative v coordinate in downstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side.
Quad Quadrilateral containing the 4 corner coordinates
UpVend End value of relative v coordinate in upstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side.
UpVstart Start value of relative v coordinate in upstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side.

See Also