DK11 for Delphi | GisCsBase.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties
Convert coordinates from an ellipsoid base (geocentric) to geodetic mode.
// Delphi public function ToGeodetic( const _coords : TGIS_Point3D ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* ToGeodetic( TGIS_Point3D* const _coords );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates in geocentric space (meters) |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. |