pe_factory_spheroid |
Creates the specified spheroid object.
PE_SPHEROID pe_factory_spheroid (int code);
code | The code of the predefined spheroid object |
Creates the predefined spheroid object with the specified code.
On success, the new spheroid object. On failure, a null pointer.
PE_SPHEROID wgs_1984 = pe_factory_spheroid(PE_S_WGS_1984);