pe_geogtran_eq

Tests whether two geographic transformation objects are equivalent.

Usage syntax

int pe_geogtran_eq (PE_GEOGTRAN geogtran1, PE_GEOGTRAN geogtran2);

Parameters
geogtran1 The first geographic transformation object
geogtran2 The second geographic transformation object
Description

Tests whether two geographic transformation objects are equivalent.

Returns

On success, one. On failure, zero.

Examples

int geogtran_test = pe_geogtran_eq(agd2wgs1,agd2wgs2);