pe_geogtran_unload_constants |
Removes any loaded constants from a geographic transformation object.
void pe_geogtran_unload_constants (PE_GEOGTRAN geogtran);
geogtran | The geographic transformation object |
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.
None
pe_geogtran_unload_constants(agd2wgs);