pe_spheroid_p |
Tests whether an object is of type spheroid
int pe_spheroid_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type spheroid
Returns 1 if the argument points to an object of type spheroid; otherwise, 0
test = pe_spheroid_p(wgs84);