pe_factory_primem

Creates the specified prime meridian object.

Usage syntax

PE_PRIMEM pe_factory_primem (int code);

Parameters
code The code of the predefined prime meridian object
Description

Creates the predefined prime meridian object with the specified code.

Returns

On success, the new prime meridian object. On failure, a null pointer.

Examples

PE_PRIMEM pm2 = pe_factory_primem(PE_PM_GREENWICH);