DK11 for Python | tatukgis.pdk.TGIS_Layer.Project | Constructors | Methods | Properties | Events
Applies a projection on the single point.
# Python def Project( self, _ptg: TGIS_Point ) -> TGIS_Point:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be projected |
Type | Description |
---|---|
TGIS_Point | point with applied projection |