pe_geogcs_eq |
Tests whether two geographic coordinate system objects are equivalent.
int pe_geogcs_eq (PE_GEOGCS geogcs1, PE_GEOGCS geogcs2);
geogcs1 | The first geographic coordinate system object |
geogcs2 | The second geographic coordinate system object |
Tests whether two geographic coordinate system objects are equivalent.
On success, one. On failure, zero.
int geogcs_test = pe_geogcs_eq(gcs1,gcs2);