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