DK11 for Python | tatukgis.pdk.TGIS_CSProjGridAbstract.UnprojectedTxt | Constructors | Methods | Properties
This function unprojects the projected (string) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
# Python def UnprojectedTxt( self, _coords: str ) -> TGIS_Point:
Name | Type | Description |
---|---|---|
_coords | str | string coordinate |
Type | Description |
---|---|
TGIS_Point | converted coordinate |