pe_factory_verttran

Creates the specified vertical transformation object

Usage syntax

PE_VERTTRAN pe_factory_verttran (int code);

Parameters
code The code of the predefined vertical transformation object
Description

Creates the predefined vertical transformation object with the specified code

Returns

On success, returns the new vertical transformation object; on failure, retruns a null pointer.

Examples

PE_VERTTRAN wgs84_geoid = pe_factory_verttran(PE_VT_WGS_1984_TO_EGM_1996_GEOID_1);