pe_datum_authority |
Retrieves the authority information of a datum
PE_AUTHORITY pe_datum_authority (PE_DATUM datum);
datum | The datum object |
This function retrieves the authority of the specified horizontal datum.
The authority object of a horizontal datum
PE_AUTHORITY auth = pe_datum_authority(PE_DATUM wgs84);