DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSTransformAbstract.ToWGS | Methods | Properties
This function shifts a geodetic coordinate (in meters) relative to Datum into a geodetic coordinate (in meters) 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. |