pe_method_forward

Retrieves the forward function to transform between geographic coordinate systems.

Usage syntax

PE_METHFUNC pe_method_forward (PE_METHOD method);

Parameters
method Method object
Description

Returns the function to transform from geographic to geographic coordinates.

Returns

On success, the method forward transformation. On failure, a null pointer.

Examples

PE_METHOD coordframe =
     pe_method_new("Coordinate_Frame", &cframe_f, &cframe_i);
PE_METHFUNC fwd =pe_method_forward(coordframe);