pe_authority_p |
Tests whether an object is of type authority
int pe_authority_p (struct pe_struct_t *p);
p | The pointer to an object |
This function tests whether the argument is an object of type authority.
An authority describes the source of a particular object. Currently, the Projection Engine supports three authorities: EPSG, ESRI, and CUSTOM.
Returns 1 if the argument points to an object of type authority; otherwise, 0
test = pe_authority_p(auth1);