Function gaiaIsClosedGeom_r

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

Checks if a Geometry object represents an OGC Closed Linestring

\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 gaiaIsClosedGeom, gaiaIsSimple, gaiaIsRing, gaiaIsValid, gaiaIsClosed

\note reentrant and thread-safe.

\remark \b GEOS support required.