pe_vdatum_new |
Creates a new vertical datum.
PE_VDATUM pe_vdatum_new(const char *name);
name | Name of the new vertical datum |
Defines a new vertical datum with the specified name.
On success, the new vertical datum with the given name. On failure, a null pointer.
PE_VDATUM vdatum = pe_vdatum_new("MSL_LongBeach");