pe_datum_clone

Creates a new datum from an existing one

Usage syntax

PE_DATUM pe_datum_clone (PE_DATUM datum);

Parameters
datum The pointer to an existing datum object
Description

Pe_datum_close creates a duplicate datum from an existing datum object.

Returns

On success, the new datum; on failure, a null pointer

Examples

PE_DATUM wgs84_new = pe_datum_clone(wgs84);