pe_geogtran_clone |
Creates a new geographic transformation object from an existing one.
PE_GEOGTRAN pe_geogtran_clone (PE_GEOGTRAN geogtran);
geogtran | An existing geographic transformation object |
Creates a duplicate geographic transformation from an existing geographic transformation object.
On success, the new geographic transformation with the attributes equal to the corresponding arguments. On failure, a null pointer.
PE_GEOGTRAN agd2wgs_2 = pe_geogtran_clone(agd2wgs);