DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.FromCS | Constructors | Fields | Methods | Properties
Convert provided coordinate from the provided coordinate system into the current coordinate system.
// Delphi public function FromCS( const _cs : TGIS_CSCoordinateSystem; const _coords : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* FromCS( TGIS_CSCoordinateSystem* const _cs, TGIS_Point* const _coords );
Name | Type | Description |
---|---|---|
_cs | TGIS_CSCoordinateSystem | source coordinate system to be converted from |
_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. |