AxisDirection Enumeration

Axis direction defines direction at which axis is pointing.

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public enum AxisDirection
Members
  Member nameValueDescription
Invalid0 Default value.
North1 Axis pointing to the north.
South2 Axis pointing to the south.
East3 Axis pointing to the east.
West4 Axis pointing to the west.
Up5 Axis pointing up.
Down6 Axis pointing down.
Other7 Axis pointing to some other direction. This might be 'X' axis in geocentric SRS (it points to prime meridian).
See Also