pe_geogtran_authority

Retrieves the authority information of a geographic (datum) transformation

Usage syntax

PE_AUTHORITY pe_geogtran_authority (PE_GEOGTRAN geogtran);

Parameters
geogtran The geogtran object
Description

This function retrieves the authority of the specified geographic (datum) transformation.

Returns

The authority object of a geographic (datum) transformation

Examples

PE_AUTHORITY auth = pe_geogtran_authority(PE_GEOGTRAN nad27towgs84_5);