int TsGCCtoGDC (double x, double y, double z, double c[3])

Coordinate conversion: Transform a point in Geocentric coordinates to the Geodetic coordinate system

Documentation

Coordinate conversion: Transform a point in Geocentric coordinates to the Geodetic coordinate system. Geocentric coordinates (GCC) are tuples that represent distances from the planet's center. Geodetic coordinates (GDC) are tuples .
Returns:
1 on successful conversion; 0 on error condition.
Parameters:
x - coordinate to be transformed.
y -
z -
c - [3] returned transformed coordinate values.


Back to
TerraVision API Home Page