pe_geoxyzcs_authority_set

Sets the authority of a geocentric coordinate system

Usage syntax

void pe_geoxyzcs_authority_set (PE_GEOXYZCS geoxyzcs, PE_AUTHORITY authority);

Parameters
authority New authority of the object
geoxyzcs The geoxyzcs object
Description

This function assigns an authority to 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.

Examples

pe_geoxyzcs_authority_set(geoc,auth);