pe_geogtran_p |
Tests whether an object is of type geographic transformation.
int pe_geogtran_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type geographic transformation.
Returns 1 if the argument points to an object of type geographic transformation. Otherwise, 0.
test = pe_geogtran_p(agd2wgs);