pe_coordsys_authority

Retrieves the authority information of a coordinate system

Usage syntax

PE_AUTHORITY pe_coordsys_authority (PE_COORDSYS coordsys);

Parameters
coordsys The coordsys object
Description

This function retrieves the authority of the specified coordinate system.

Returns

The authority object of a coordinate system

Examples

PE_AUTHORITY auth = pe_coordsys_authority(PE_COORDSYS cs);