pe_method_inverse |
Retrieves the inverse function to transform between geographic coordinate systems.
PE_METHFUNC pe_method_inverse (PE_METHOD method);
method | Method object |
Returns the inverse function to transform from geographic to geographic coordinates.
On success, the method inverse transformation. On failure, a null pointer.
PE_METHOD coordframe =
pe_method_new("Coordinate_Frame", &cframe_f, &cframe_i);
PE_METHFUNC inv =pe_method_inverse(coordframe);