pe_geogcs_eq

Tests whether two geographic coordinate system objects are equivalent.

Usage syntax

int pe_geogcs_eq (PE_GEOGCS geogcs1, PE_GEOGCS geogcs2);

Parameters
 
geogcs1 The first geographic coordinate system object
geogcs2 The second geographic coordinate system object
Description

Tests whether two geographic coordinate system objects are equivalent.

Returns

On success, one. On failure, zero.

Examples

int geogcs_test = pe_geogcs_eq(gcs1,gcs2);