pe_geogcs_unit |
Retrieves the unit of measure of a geographic coordinate system.
PE_UNIT pe_geogcs_unit (PE_GEOGCS geogcs);
geogcs | Geographic coordinate system object |
Retrieves the units of a geographic coordinate system.
On success, the units of the specified geographic coordinate system object. On failure, a null pointer.
PE_UNIT u = pe_geogcs_unit(gcs);