pe_datum_authority

Retrieves the authority information of a datum

Usage syntax

PE_AUTHORITY pe_datum_authority (PE_DATUM datum);

Parameters
datum The datum object
Description

This function retrieves the authority of the specified horizontal datum.

Returns

The authority object of a horizontal datum

Examples

PE_AUTHORITY auth = pe_datum_authority(PE_DATUM wgs84);