CoordinateType Enumeration |
Type of coordinate
Namespace:
DHI.Mike1D.Generic.Spatial.Geometry
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum CoordinateType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown, or to be set at a later stage
|
| XY | 6 |
A coordinate that contains X and Y coordinates
|
| XYZ | 14 |
A coordinate that contains X, Y and Z coordinates
|
| M | 1 |
A coordinate that contains a parametrized coordinate, as e.g. chainage
|
| XYM | 7 |
A coordinate that contains X and Y coordinates and a parametrized coordinate M
|
| XYZM | 15 |
A coordinate that contains X, Y and Z coordinates and a parametrized coordinate M
|
See Also