pe_projcs_authority |
Retrieves the authority information of a projected coordinate system
PE_AUTHORITY pe_projcs_authority (PE_PROJCS projcs);
projcs | Projected coordinate system object |
This function retrieves the authority of the specified projected coordinate system.
The authority object of a projected coordinate system
PE_AUTHORITY auth = pe_projcs_authority(PE_PROJCS wgs84utm10n);