pe_vtmethod_inverse

Retrieves the inverse function to transform between vertical coordinate systems

Usage syntax

PE_VTMETHFUNC pe_vtmethod_inverse (PE_VTMETHOD vtmethod);

Parameters
vtmethod The vertical transformation method object
Description

Pe_vtmethod_inverse returns the inverse function to transform between vertical coordinate systems in the inverse, or reverse, direction. Transformations are defined in a particular direction. It is often possible to reverse or inverse the transformation.

Returns

On success, returns the vertical transformation method inverse transformation; on failure, returns a null pointer.

Examples

PE_VTMETHOD EGMbilinear = pe_vtmethod_new("EGM96bilinear", &EGM96_f, &EGM96_i);

PE_VTMETHFUNC inv = pe_vtmethod_inverse(EGMbilinear);