DK11 for Java | tatukgis.jdk.TGIS_CSCoordinateSystem.ToWGS | Constructors | Fields | Methods | Properties
Convert provided coordinate from the current coordinate system into WGS84 expressed in radians.
// Java public TGIS_Point ToWGS( TGIS_Point _coords );
// Oxygene public function ToWGS( _coords : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point | point to be converted |
Type | Description |
---|---|
TGIS_Point | Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done. |