DK11 for Python | tatukgis.pdk.TGIS_Layer.Unproject | Constructors | Methods | Properties | Events
Applies reverse projection (recovers from the projection) on the single point.
# Python def Unproject( self, _ptg: TGIS_Point ) -> TGIS_Point:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be unprojected |
Type | Description |
---|---|
TGIS_Point | unprojected point |