pe_geogtran_unload_constants

Removes any loaded constants from a geographic transformation object.

Usage syntax

void pe_geogtran_unload_constants (PE_GEOGTRAN geogtran);

Parameters
geogtran The geographic transformation object
Description

Releases the memory allocated for any constants attached to the specified geographic transformation object. In particular, used with grid-based geographic transformation methods, such as NADCON and NTv2.

Returns

None

Examples

pe_geogtran_unload_constants(agd2wgs);