DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.ExtentFromCS | Constructors | Fields | Methods | Properties
Convert provided extent from the provided coordinate system into the current coordinate system.
// Delphi public function ExtentFromCS( const _cs : TGIS_CSCoordinateSystem; const _extent : TGIS_Extent ) : TGIS_Extent;
// C++ Builder public: TGIS_Extent* ExtentFromCS( TGIS_CSCoordinateSystem* const _cs, TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_cs | TGIS_CSCoordinateSystem | source coordinate system to be converted from |
_extent | TGIS_Extent | extent to be converted |
Type | Description |
---|---|
TGIS_Extent | Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done. |