pe_geogcs_authority

Retrieves the authority information of a geographic coordinate system

Usage syntax

PE_AUTHORITY pe_geogcs_authority (PE_GEOGCS geogcs);

Parameters
geogcs The geogcs object
Description

This function retrieves the authority of the specified geographic coordinate system.

Returns

The authority object of a geographic coordinate system

Examples

PE_AUTHORITY auth = pe_geogcs_authority(PE_GEOGCS wgs84);