pe_factory_geogtran

Creates the specified geographic transformation object

Usage syntax

PE_GEOGTRAN pe_factory_geogtran (int code);

Parameters
code The code of the predefined geographic transformation object
Description

Pe_factory_geogtran creates the predefined geographic transformation object with the specified code.

Returns

On success, the new geographic transformation object. On failure, a null pointer.

Examples

PE_GEOGTRAN wgs72_to_wgs84 = pe_factory_geogtran(PE_MTH_WGS_1972_TO_WGS_1984_1);