pe_vdatum_new

Creates a new vertical datum.

Usage syntax

PE_VDATUM pe_vdatum_new(const char *name);

Parameters
name Name of the new vertical datum
Description

Defines a new vertical datum with the specified name.

Returns

On success, the new vertical datum with the given name. On failure, a null pointer.

Examples

PE_VDATUM vdatum = pe_vdatum_new("MSL_LongBeach");