pe_geogtran_method

Retrieves the method of a geographic transformation.

Usage syntax

PE_METHOD pe_geogtran_method (PE_GEOGTRAN geogtran);

Parameters
geogtran Geographic transformation object
Description

Returns the method of the geographic transformation.

Returns

On success, the method of the geographic transformation. On failure, a null pointer.

Examples

PE_METHOD gt1_mthd = pe_geogtran_method(agd2wgs);