DK11 for Java | tatukgis.jdk.TGIS_CSProjectedCoordinateSystem.ExtentToWGS | Constructors | Fields | Methods | Properties
Convert provided extent from the current coordinate system into WGS84 expressed in radians.
Available also on: Delphi | .NET.
Overrides TGIS_CSCoordinateSystem.ExtentToWGS.
// Java public TGIS_Extent ExtentToWGS( TGIS_Extent _extent );
// Oxygene public function ExtentToWGS( _extent : TGIS_Extent ) : TGIS_Extent; override;
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. |