pe_geogtran_del

Removes a geographic transformation object.

Usage syntax

void pe_geogtran_del (PE_GEOGTRAN geogtran);

Parameters
geogtran The geographic transformation object
Description

Releases the memory allocated to the specified geographic transformation object.

Returns

None

Examples

pe_geogtran_del(agd2wgs);