pe_factory_geogcs |
Creates the specified geographic coordinate system object
PE_GEOGCS pe_factory_geogcs (int code);
code | The code of the predefined geographic coordinate system object |
Pe_factory_geogcs creates the predefined geographic coordinate system object with the specified code.
On success, the new geographic coordinate system object. On failure, a null pointer.
PE_GEOGCS gcs2 = pe_factory_geogcs(PE_GCS_GDA_1994);