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: tatukgis.pdk.TGIS_Point ) -> tatukgis.pdk.TGIS_Point:
Name | Type | Description |
---|---|---|
_ptg | tatukgis.pdk.TGIS_Point | point to be unprojected |
Type | Description |
---|---|
tatukgis.pdk.TGIS_Point | unprojected point |