pe_geogcs_authority_set

Sets the authority of a geographic coordinate system

Usage syntax

void pe_geogcs_authority_set (PE_GEOGCS geogcs, PE_AUTHORITY authority);

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

This function assigns an authority to a geographic coordinate system.

Examples

pe_geogcs_authority_set(nad83,auth);