DK11 for Python | tatukgis.pdk.TGIS_CSDatum.FromWGS | Constructors | Methods | Properties
This function shifts a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to a self-datum .
# Python def FromWGS( self, _ptg: TGIS_Point ) -> TGIS_Point:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | given coordinates |
Type | Description |
---|---|
TGIS_Point | Converted coordinates. |