pe_verttran_unload_constants |
Removes any loaded constants from a vertical transformation object
void pe_verttran_unload_constants (PE_VERTTRAN verttran);
verttran | The vertical transformation object |
Pe_verttran_unload_constants releases the memory allocated for any constants attached to the specified vertical transformation object. In particular, pe_verttran_unload_constants is used with file-based vertical transformation methods such as geoid models.
None
pe_verttran_unload_constants(wgs2egm);