DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.ToGeocs3D | Constructors | Fields | Methods | Properties
Convert provided 3D coordinate from the current coordinate system into GEOGCS (Geographic coordinate system).
// Delphi public function ToGeocs3D( const _coords : TGIS_Point3D ) : TGIS_Point3D; virtual;
// C++ Builder public: virtual TGIS_Point3D* ToGeocs3D( TGIS_Point3D* const _coords );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | point to be converted |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done. |