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