pe_geogtran_clone

Creates a new geographic transformation object from an existing one.

Usage syntax

PE_GEOGTRAN pe_geogtran_clone (PE_GEOGTRAN geogtran);

Parameters
geogtran An existing geographic transformation object
Description

Creates a duplicate geographic transformation from an existing geographic transformation object.

Returns

On success, the new geographic transformation with the attributes equal to the corresponding arguments. On failure, a null pointer.

Examples

PE_GEOGTRAN agd2wgs_2 = pe_geogtran_clone(agd2wgs);