Enum ProjectedAxisesOrder
ProjectedAxisesOrder enumeration
Represents order of axises in geographic SRS.
public enum ProjectedAxisesOrder
Values
| Name | Value | Description |
|---|---|---|
| Invalid | -1 | Projected SRS is invalid and axises order can not be determined. |
| XY | 0 | Order is (X, Y). (X is horizontal (East, West), Y is vertical (North, South)). |
| YX | 1 | Order is (Y, X). (X is horizontal axis (East, West), Y is vertical axis (North, South)). |
See Also
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS