pe_factory_vdatum |
Creates the specified vertical datum object.
PE_VDATUM pe_factory_vdatum (int code);
n | The code of the predefined vertical datum object |
Creates the predefined vertical datum object with the specified code.
On success, the new datum object. On failure, a null pointer.
PE_VDATUM tararu = pe_factory_vdatum(PE_VERTD_TARARU);