Skip to content

Coordinate Enumerations

Enumerations for specifying coordinate transformation types.

EllipsoidalConversionType

EllipsoidalConversionType

EllipsoidalConversionType()

Python wrapper for EllipsoidalConversionType enum

Specifies the type of ellipsoidal conversion used in coordinate transformations.

Initialize instance.

GEOCENTRIC class-attribute

GEOCENTRIC: Any = EllipsoidalConversionType.Geocentric

Python wrapper for EllipsoidalConversionType enum

Specifies the type of ellipsoidal conversion used in coordinate transformations.

GEODETIC class-attribute

GEODETIC: Any = EllipsoidalConversionType.Geodetic

Python wrapper for EllipsoidalConversionType enum

Specifies the type of ellipsoidal conversion used in coordinate transformations.

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

AngleFormat()

Python wrapper for AngleFormat enum

Initialize instance.

DEGREES class-attribute

DEGREES: Any = AngleFormat.Degrees

Python wrapper for AngleFormat enum

RADIANS class-attribute

RADIANS: Any = AngleFormat.Radians

Python wrapper for AngleFormat enum

Specifies whether angles are in radians or degrees.

Values: - RADIANS - Angles are in radians - DEGREES - Angles are in degrees


See Also