pe_factory_vertcs

Creates the specified vertical coordinate system object.

Usage syntax

PE_VERTCS pe_factory_vertcs (int code);

Parameters
code The code of the predefined vertical coordinate system object
Description

Creates the predefined vertical coordinate system object with the specified code.

Returns

On success, the new vertical coordinate system object. On failure, a null pointer.

Examples

PE_VERTCS vcs = pe_factory_vertcs(PE_VCS_NAVD_1988);