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