pe_projcs_authority

Retrieves the authority information of a projected coordinate system

Usage syntax

PE_AUTHORITY pe_projcs_authority (PE_PROJCS projcs);

Parameters
projcs Projected coordinate system object
Description

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

Returns

The authority object of a projected coordinate system

Examples

PE_AUTHORITY auth = pe_projcs_authority(PE_PROJCS wgs84utm10n);