pe_geogcs_authority |
Retrieves the authority information of a geographic coordinate system
PE_AUTHORITY pe_geogcs_authority (PE_GEOGCS geogcs);
geogcs | The geogcs object |
This function retrieves the authority of the specified geographic coordinate system.
The authority object of a geographic coordinate system
PE_AUTHORITY auth = pe_geogcs_authority(PE_GEOGCS wgs84);