pe_coordsys_eq

Tests whether two coordinate system objects are equivalent

Usage syntax

int pe_coordsys_eq (PE_COORDSYS coordsys1, PE_COORDSYS coordsys2);

Parameters
coordsys1 The first coordinate system object
coordsys2 The second coordinate system object
Description

Pe_coordsys_eq tests whether two coordinate system objects are equivalent.

Returns

On success, one; on failure, zero

Examples

int cs_test = pe_coordsys_eq(ca5,ca5_27);