pe_factory_verttran |
Creates the specified vertical transformation object
PE_VERTTRAN pe_factory_verttran (int code);
code | The code of the predefined vertical transformation object |
Creates the predefined vertical transformation object with the specified code
On success, returns the new vertical transformation object; on failure, retruns a null pointer.
PE_VERTTRAN wgs84_geoid = pe_factory_verttran(PE_VT_WGS_1984_TO_EGM_1996_GEOID_1);