[][src]Function spatialite_sys::gaiaGeomCollTouches_r

pub unsafe extern "C" fn gaiaGeomCollTouches_r(
    p_cache: *const c_void,
    geom1: gaiaGeomCollPtr,
    geom2: gaiaGeomCollPtr
) -> c_int

Spatial relationship evalution: Touches

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param geom1 the first Geometry object to be evaluated \param geom2 the second Geometry object to be evaluated

\return 0 if false: any other value if true

\sa gaiaGeomCollTouches, gaiaGeomCollPreparedTouches, gaiaGeomCollEquals, gaiaGeomCollDisjoint, gaiaGeomCollIntersects, gaiaGeomCollOverlaps, gaiaGeomCollCrosses, gaiaGeomCollContains, gaiaGeomCollWithin, gaiaGeomCollRelate

\note reentrant and thread-safe.

\remark \b GEOS support required.