Function gaiaIsSimple

Source
pub unsafe extern "C" fn gaiaIsSimple(geom: gaiaGeomCollPtr) -> c_int
Expand description

Checks if a Geometry object represents an OGC Simple Geometry

\param geom pointer to Geometry object.

\return 0 if false; any other value if true

\sa gaiaIsSimple_r, gaiaIsClosed, gaiaIsRing, gaiaIsValid

\note not reentrant and thread unsafe.

\remark \b GEOS support required.