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