Coordinate Enumerations¶
Enumerations for specifying coordinate transformation types.
EllipsoidalConversionType¶
EllipsoidalConversionType ¶
Python wrapper for EllipsoidalConversionType enum
Specifies the type of ellipsoidal conversion used in coordinate transformations.
Initialize instance.
Specifies the type of ellipsoidal conversion used in topocentric coordinate transformations.
Values: - GEOCENTRIC - Uses geocentric latitude where the angle is measured from the center of the Earth - GEODETIC - Uses geodetic latitude where the angle is measured perpendicular to the WGS84 ellipsoid
AngleFormat¶
AngleFormat ¶
Specifies whether angles are in radians or degrees.
Values: - RADIANS - Angles are in radians - DEGREES - Angles are in degrees