pe_factory_geogtran |
Creates the specified geographic transformation object
PE_GEOGTRAN pe_factory_geogtran (int code);
code | The code of the predefined geographic transformation object |
Pe_factory_geogtran creates the predefined geographic transformation object with the specified code.
On success, the new geographic transformation object. On failure, a null pointer.
PE_GEOGTRAN wgs72_to_wgs84 = pe_factory_geogtran(PE_MTH_WGS_1972_TO_WGS_1984_1);