Enum GeocentricAxisesOrder
GeocentricAxisesOrder enumeration
Represents order of axises in geocentric SRS.
public enum GeocentricAxisesOrder
Values
Name | Value | Description |
---|---|---|
Invalid | -1 | Geocentric SRS is invalid and axises order can not be determined. |
XYZ | 0 | Order is X, Y, Z. |
XZY | 1 | Order is X, Z, Y. |
YXZ | 2 | Order is Y, X, Z. |
YZX | 3 | Order is Y, Z, X. |
ZXY | 4 | Order is Z, X, Y. |
ZYX | 5 | Order is Z, Y, X. |
See Also
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS