ProjectedAxisesOrder Enumeration |
Represents order of axises in geographic SRS.
Namespace:
Aspose.Gis.SpatialReferencing
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic enum ProjectedAxisesOrder
Public Enumeration ProjectedAxisesOrder
public enum class ProjectedAxisesOrder
type ProjectedAxisesOrder
Members
| Member 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