pe_verttran_clone |
Creates a new vertical transformation object from an existing one
PE_VERTTRAN pe_verttran_clone (PE_VERTTRAN verttran);
verttran | An existing vertical transformation object |
Pe_verttran_clone creates a duplicate vertical transformation from an existing vertical transformation object.
On success, returns the new vertical transformation with the attributes equal to the corresponding arguments; on failure, returns a null pointer
PE_VERTTRAN wgs2egm_2 = pe_verttran_clone(wgs2egm);