pe_verttran_unload_constants

Removes any loaded constants from a vertical transformation object

Usage syntax

void pe_verttran_unload_constants (PE_VERTTRAN verttran);

Parameters
verttran The vertical transformation object
Description

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.

Returns

None

Examples

pe_verttran_unload_constants(wgs2egm);