Click or drag to resize

MapProjectionCoordSysType Enumeration

Type of coordinate systems

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum CoordSysType
Members
  Member nameValueDescription
TypeUndefined0 Type of projected coordinate system being undefined
EastNorth1 Type of projected coordinate system being east/north oriented
NorthEast4 Type of projected coordinate system being north/east oriented
WestNorth9 Type of projected coordinate system being west/north oriented
NorthWest6 Type of projected coordinate system being north/west oriented
WestSouth11 Type of projected coordinate system being west/south oriented
SouthWest14 Type of projected coordinate system being south/west oriented
EastSouth3 Type of projected coordinate system being east/south oriented
SouthEast12 Type of projected coordinate system being south/east oriented
See Also