DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.ExtentFromWGS | Constructors | Fields | Methods | Properties
Convert provided extent from the WGS84 expressed in radians into the current coordinate system.
// Delphi public function ExtentFromWGS( const _extent : TGIS_Extent ) : TGIS_Extent; virtual;
// C++ Builder public: virtual TGIS_Extent* ExtentFromWGS( TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_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. |