DK11 for Python | tatukgis.pdk.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties
Convert coordinates from an ellipsoid base (geocentric) to geodetic mode.
# Python def ToGeodetic( self, _coords: TGIS_Point3D ) -> TGIS_Point3D:
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates in geocentric space (meters) |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. |