Available also on: Delphi | .NET | Java | ActiveX.
Shift a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to the source datum.
# Python def FromWGS( self, _ptg: TGIS_Point ) -> TGIS_Point:
| Name | Type | Description |
|---|---|---|
| _ptg | TGIS_Point | given coordinates |
| Type | Description |
|---|---|
| TGIS_Point | Converted coordinates. |