pe_spheroid_clone |
Creates a new spheroid from an existing one
PE_SPHEROID pe_spheroid_clone (PE_SPHEROID spheroid);
spheroid | An existing spheroid object |
Creates a duplicate spheroid from an existing spheroid object.
On success, the new spheroid; on failure, a null pointer
PE_SPHEROID wgs84_new = pe_spheroid_clone(wgs84);