DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.FromGeocs | Constructors | Fields | Methods | Properties
Convert provided coordinate from the current coordinate system into WGS84 expressed in radians.
// Delphi public function FromGeocs( const _coords : TGIS_Point ) : TGIS_Point; virtual;
// C++ Builder public: virtual TGIS_Point* FromGeocs( TGIS_Point* const _coords );
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. |