pe_geogcs_clone |
Creates a new geographic coordinate system from an existing one.
PE_GEOGCS pe_geogcs_clone (PE_GEOGCS geogcs);
geogcs | An existing geographic coordinate system object |
Creates a duplicate geographic coordinate system from an existing geographic coordinate system object.
On success, the new coordinate system. On failure, a null pointer.
PE_GEOGCS gcs2 = pe_geogcs_clone(gcs);