pe_projcs_p |
Tests whether an object is of type projected coordinate system.
int pe_projcs_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type projected coordinate system.
Returns 1 if the argument points to an object of type projected coordinate system. Otherwise, 0.
test = pe_projcs_p(pcs);