pe_factory_projection |
Creates the specified map projection object.
PE_PROJECTION pe_factory_projection (int code);
code | The code of the predefined map projection object |
Creates the predefined map projection object with the specified code.
On success, the new map projection object. On failure, a null pointer.
PE_PROJECTION mercator = pe_factory_projection(PE_PRJ_MERCATOR);