Home
last modified time | relevance | path

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

/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi33 …char GEOSPreparedContainsProperly_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGe…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dgeomfunction.cpp381 bool result = ( GEOSPreparedContainsProperly_r( geosctxt, geom, bboxGeos.get() ) == 1 ); in containsCandidate()
H A Dpointset.cpp259 bool result = ( GEOSPreparedContainsProperly_r( geosctxt, preparedGeom(), point.get() ) == 1 ); in containsPoint()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dgeomfunction.cpp363 const bool result = ( GEOSPreparedContainsProperly_r( geosctxt, geom, bboxGeos.get() ) == 1 ); in containsCandidate()
H A Dpointset.cpp279 …const bool result = ( GEOSPreparedContainsProperly_r( geosctxt, preparedGeom(), point.get() ) == 1… in containsPoint()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dstrtree.c58 return (FuncGEOS_YpY_b*)GEOSPreparedContainsProperly_r; in get_predicate_func()
H A Dufuncs.c252 ret = GEOSPreparedContainsProperly_r(context, prepared_geom_tmp, g2); in GEOSContainsProperly()
257 GEOSPreparedContainsProperly_r};
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1250 return GEOSPreparedContainsProperly_r(handle, pg1, g2); in GEOSPreparedContainsProperly()
H A Dgeos_ts_c.cpp2872 GEOSPreparedContainsProperly_r(GEOSContextHandle_t extHandle, in GEOSPreparedContainsProperly_r() function
H A Dgeos_c.h.in857 extern char GEOS_DLL GEOSPreparedContainsProperly_r(GEOSContextHandle_t handle,
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp278 return GEOSPreparedContainsProperly_r; in which_prep_geom_fn()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1025 rfun = GEOSPreparedContainsProperly_r; in getPrepRelateFun()