Home
last modified time | relevance | path

Searched refs:GEOSPreparedWithin_r (Results 1 – 12 of 12) sorted by relevance

/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi41 …char GEOSPreparedWithin_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGeometry*) n…
/dports/devel/py-shapely/Shapely-1.8.0/shapely/vectorized/
H A D_vectorized.pyx16 # and GEOSPreparedWithin_r.
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dstrtree.c37 return (FuncGEOS_YpY_b*)GEOSPreparedWithin_r; in get_predicate_func()
H A Dufuncs.c273 static void* within_func_tuple[2] = {GEOSWithin_r, GEOSPreparedWithin_r};
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1298 return GEOSPreparedWithin_r(handle, pg1, g2); in GEOSPreparedWithin()
H A Dgeos_ts_c.cpp2944 GEOSPreparedWithin_r(GEOSContextHandle_t extHandle, in GEOSPreparedWithin_r() function
H A Dgeos_c.h.in881 extern char GEOS_DLL GEOSPreparedWithin_r(GEOSContextHandle_t handle,
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp274 return GEOSPreparedWithin_r; in which_prep_geom_fn()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c1438 ret = GEOSPreparedWithin_r (handle, gPrep, g2); in gaiaGeomCollPreparedWithin()
1561 ret = GEOSPreparedWithin_r (handle, gPrep, g2); in gaiaGeomCollPreparedContains()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1021 rfun = GEOSPreparedWithin_r; in getPrepRelateFun()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp1487 … result = ( GEOSPreparedWithin_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp1631 … result = ( GEOSPreparedWithin_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()