DK11 for Java | tatukgis.jdk.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties
Convert coordinates from an ellipsoid base (geocentric) to geodetic mode.
// Java public TGIS_Point3D ToGeodetic( TGIS_Point3D _coords );
// Oxygene public function ToGeodetic( _coords : TGIS_Point3D ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates in geocentric space (meters) |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. |