pe_geogcs_clone

Creates a new geographic coordinate system from an existing one.

Usage syntax

PE_GEOGCS pe_geogcs_clone (PE_GEOGCS geogcs);

Parameters
geogcs An existing geographic coordinate system object
Description

Creates a duplicate geographic coordinate system from an existing geographic coordinate system object.

Returns

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

Examples

PE_GEOGCS gcs2 = pe_geogcs_clone(gcs);