pe_factory_vertcs |
Creates the specified vertical coordinate system object.
PE_VERTCS pe_factory_vertcs (int code);
code | The code of the predefined vertical coordinate system object |
Creates the predefined vertical coordinate system object with the specified code.
On success, the new vertical coordinate system object. On failure, a null pointer.
PE_VERTCS vcs = pe_factory_vertcs(PE_VCS_NAVD_1988);