Function gaiaIsSimple_r

Source
pub unsafe extern "C" fn gaiaIsSimple_r(
    p_cache: *const c_void,
    geom: gaiaGeomCollPtr,
) -> c_int
Expand description

Checks if a Geometry object represents an OGC Simple Geometry

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param geom pointer to Geometry object.

\return 0 if false; any other value if true

\sa gaiaIsSimple, gaiaIsClosed, gaiaIsRing, gaiaIsValid

\note reentrant and thread-safe.

\remark \b GEOS support required.