pe_datum_clone |
Creates a new datum from an existing one
PE_DATUM pe_datum_clone (PE_DATUM datum);
datum | The pointer to an existing datum object |
Pe_datum_close creates a duplicate datum from an existing datum object.
On success, the new datum; on failure, a null pointer
PE_DATUM wgs84_new = pe_datum_clone(wgs84);