[][src]Function spatialite_sys::gaiaIsValid

pub unsafe extern "C" fn gaiaIsValid(geom: gaiaGeomCollPtr) -> c_int

Checks if a Geometry object represents an OGC Valid Geometry

\param geom pointer to Geometry object.

\return 0 if false; any other value if true

\sa gaiaIsValid_r, gaiaIsSimple, gaiaIsClosed, gaiaIsRing, gaiaIsValidReason

\note not reentrant and thread unsafe.

\remark \b GEOS support required.