Click or drag to resize

MapBoxQuad Class

A mapping box quadrilateral contains mapping between and (x,y) coordinate within the quad to the local 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.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Engine.FloodMapsMapBoxQuad

Namespace:  DHI.Mike1D.Engine.FloodMaps
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class MapBoxQuad

The MapBoxQuad type exposes the following members.

Constructors
  NameDescription
Public methodMapBoxQuad
Initializes a new instance of the MapBoxQuad class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapXy2Uv
Map from (x,y) coordinates to (u,v) coordinates, where the v value can vary in the upstream and downstream end.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBank
Flag specifying wether this mapping box quad is in the main river (false) or the left/right bank.
Public fieldDoVend
End value of relative v coordinate in downstream end.
Public fieldDoVstart
Start value of relative v coordinate in downstream end.
Public fieldQuad
Quadrilateral containing the 4 corner coordinates
Public fieldUpVend
End value of relative v coordinate in upstream end.
Public fieldUpVstart
Start value of relative v coordinate in upstream end.
Top
See Also