pe_factory_geogcs

Creates the specified geographic coordinate system object

Usage syntax

PE_GEOGCS pe_factory_geogcs (int code);

Parameters
code The code of the predefined geographic coordinate system object
Description

Pe_factory_geogcs creates the predefined geographic coordinate system object with the specified code.

Returns

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

Examples

PE_GEOGCS gcs2 = pe_factory_geogcs(PE_GCS_GDA_1994);