pe_coordsys_eq |
Tests whether two coordinate system objects are equivalent
int pe_coordsys_eq (PE_COORDSYS coordsys1, PE_COORDSYS coordsys2);
coordsys1 | The first coordinate system object |
coordsys2 | The second coordinate system object |
Pe_coordsys_eq tests whether two coordinate system objects are equivalent.
On success, one; on failure, zero
int cs_test = pe_coordsys_eq(ca5,ca5_27);