pe_geogtran_method |
Retrieves the method of a geographic transformation.
PE_METHOD pe_geogtran_method (PE_GEOGTRAN geogtran);
geogtran | Geographic transformation object |
Returns the method of the geographic transformation.
On success, the method of the geographic transformation. On failure, a null pointer.
PE_METHOD gt1_mthd = pe_geogtran_method(agd2wgs);