DK11 for Java | tatukgis.jdk.TGIS_CSProjectedCoordinateSystem.ToGeocs | Constructors | Fields | Methods | Properties
Convert provided coordinate from the current coordinate system into GEOGCS (Geographic coordinate system).
Available also on: Delphi | .NET.
Overrides TGIS_CSCoordinateSystem.ToGeocs.
// Java public TGIS_Point ToGeocs( TGIS_Point _coords );
// Oxygene public function ToGeocs( _coords : TGIS_Point ) : TGIS_Point; override;
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. |