pe_projection_authority

Retrieves the authority information of a projection

Usage syntax

PE_AUTHORITY pe_projection_authority (PE_PROJECTION projection);

Parameters
projection The projection object
Description

This function retrieves the authority of the specified projection.

Returns

The authority object of a projection

Examples

PE_AUTHORITY auth = pe_projection_authority(PE_PROJECTION mercator);