Enum AxisDirection

AxisDirection enumeration

Axis direction defines direction at which axis is pointing.

public enum AxisDirection

Values

NameValueDescription
Invalid0Default value.
North1Axis pointing to the north.
South2Axis pointing to the south.
East3Axis pointing to the east.
West4Axis pointing to the west.
Up5Axis pointing up.
Down6Axis pointing down.
Other7Axis pointing to some other direction. This might be ‘X’ axis in geocentric SRS (it points to prime meridian).

See Also