Enum GeographicAxisesOrder
GeographicAxisesOrder enumeration
Represents order of axises in geographic SRS.
public enum GeographicAxisesOrder
Values
Name | Value | Description |
---|---|---|
Invalid | -1 | Geographic SRS is invalid and axises order can not be determined. |
LongitudeLatitude | 0 | Order is (Longitude, Latitude). |
LatitudeLongitude | 1 | Order is (Latitude, Longitude). |
See Also
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS