pe_factory_projcs

Creates the specified projected coordinate system object.

Usage syntax

PE_PROJCS pe_factory_projcs (int code);

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

Creates the predefined projected coordinate system object with the specified code.

Returns

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

Examples

PE_PROJCS cal5 = pe_factory_projcs(PE_PCS_NAD_1927_CA_V);