pe_projection_clone |
Creates a new map projection object from an existing one.
PE_PROJECTION pe_projection_clone (PE_PROJECTION projection);
projection | An existing map projection object |
Creates a duplicate map projection from an existing map projection object.
On success, the new map projection with the attributes equal to the corresponding arguments. On failure, a null pointer.
PE_PROJECTION mercator2 = pe_projection_clone(mercator);