pe_projcs_geogcs |
Retrieves the geographic coordinate system of a projected coordinate system.
PE_GEOGCS pe_projcs_geogcs (PE_PROJCS projcs);
projcs | The projected coordinate system object |
Retrieves the geographic coordinate system of a projected coordinate system.
On success, the geographic coordinate system of the specified projected coordinate system object. On failure, a null pointer.
PE_GEOGCS gcs = pe_projcs_geogcs(CA5);