Enum GeocentricAxisesOrder

GeocentricAxisesOrder enumeration

Represents order of axises in geocentric SRS.

public enum GeocentricAxisesOrder

Values

NameValueDescription
Invalid-1Geocentric SRS is invalid and axises order can not be determined.
XYZ0Order is X, Y, Z.
XZY1Order is X, Z, Y.
YXZ2Order is Y, X, Z.
YZX3Order is Y, Z, X.
ZXY4Order is Z, X, Y.
ZYX5Order is Z, Y, X.

See Also