pe_geoxyzcs_name |
Retrieves the name of a geocentric coordinate system
void pe_geoxyzcs_name (PE_GEOXYZCS geoxyzcs, char name[PE_NAME_MAX]);
geoxyzcs | Geocentric coordinate system object |
name | The name of the geocentric coordinate system object |
This function retrieves the name of a geocentric coordinate system. A geocentric coordinate system is a 3D Cartesian system. The X axis lies in the plane of the equator and points in the direction of the prime meridian (usually Greenwich). The Y axis is 90 degrees away in the plane of the equator, and the Z axis points north in a right-handed system.
Note: Currently, geocentric coordinate systems are not supported by the ArcSDE or ArcGIS software.
None
char g[PE_NAME_MAX];
pe_geoxyzcs_name(xyz, g);