DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSDatum.ToWGS | Methods | Properties
This function shifts a geodetic coordinate relative to a self-datum into a geodetic coordinate relative to WGS84.
// C# public ITGIS_Point ToWGS( ITGIS_Point _ptg );
' VisualBasic Public Function ToWGS( ByVal _ptg As ITGIS_Point ) As ITGIS_Point
// Oxygene public function ToWGS( _ptg : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | given coordinates |
Type | Description |
---|---|
ITGIS_Point | Converted coordinates. |