pe_coordsys_clone

Creates a new coordinate system object from an existing one

Usage syntax

PE_COORDSYS pe_coordsys_clone (PE_COORDSYS coordsys);

Parameters
coordsys An existing coordinate system
Description

Pe_coordsys_clone creates a duplicate coordinate system from an existing coordsys object.

Returns

On success, the new coordinate system object; on failure, a null pointer

Examples

PE_COORDSYS cs2 = pe_coordsys_clone(cs1);