DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract.Unproject3D_Ref | Constructors | Methods | Properties
This function unprojects the projected (easting and northing in most cases) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
# Python def Unproject3D_Ref( self, _coords: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | projected coordinates (in meters) |