Enum GeographicAxisesOrder

GeographicAxisesOrder enumeration

Represents order of axises in geographic SRS.

public enum GeographicAxisesOrder

Values

NameValueDescription
Invalid-1Geographic SRS is invalid and axises order can not be determined.
LongitudeLatitude0Order is (Longitude, Latitude).
LatitudeLongitude1Order is (Latitude, Longitude).

See Also