Home
last modified time | relevance | path

Searched refs:GEOSPreparedContains_r (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-shapely/Shapely-1.8.0/shapely/vectorized/
H A D_vectorized.pyx15 …fine the predicate function, which returns True/False from functions such as GEOSPreparedContains_r
41 return _predicated_elementwise(geometry, x, y, GEOSPreparedContains_r)
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi32 …char GEOSPreparedContains_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGeometry*)…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dlabelposition.cpp231 if ( GEOSPreparedContains_r( QgsGeos::getGEOSHandler(), geometry, mGeos ) != 1 ) in within()
512 && GEOSPreparedContains_r( geosctxt, polygon->preparedGeom(), mGeos ) != 1 ) in crossesBoundary()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dlabelposition.cpp231 if ( GEOSPreparedContains_r( QgsGeos::getGEOSHandler(), geometry, mGeos ) != 1 ) in within()
532 && GEOSPreparedContains_r( geosctxt, polygon->preparedGeom(), mGeos ) != 1 ) in crossesBoundary()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dstrtree.c40 return (FuncGEOS_YpY_b*)GEOSPreparedContains_r; in get_predicate_func()
H A Dufuncs.c242 static void* contains_func_tuple[2] = {GEOSContains_r, GEOSPreparedContains_r};
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1244 return GEOSPreparedContains_r(handle, pg1, g2); in GEOSPreparedContains()
H A Dgeos_ts_c.cpp2863 GEOSPreparedContains_r(GEOSContextHandle_t extHandle, in GEOSPreparedContains_r() function
H A Dgeos_c.h.in854 extern char GEOS_DLL GEOSPreparedContains_r(GEOSContextHandle_t handle,
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_topo.c676 contains = GEOSPreparedContains_r(iface->ctx->gctx, prepared_edge, nodegg ); in _rtt_CheckEdgeCrossing()
2188 contains = GEOSPreparedContains_r(iface->ctx->gctx, prepshell, egg ); in _rtt_AddFaceSplit()
2322 contains = GEOSPreparedContains_r(iface->ctx->gctx, prepshell, ngg ); in _rtt_AddFaceSplit()
3537 ocont = GEOSPreparedContains_r(iface->ctx->gctx, oareap, ngg ); in rtt_ChangeEdgeGeom()
3538 ncont = GEOSPreparedContains_r(iface->ctx->gctx, nareap, ngg ); in rtt_ChangeEdgeGeom()
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dlwn_network.c639 contains = GEOSPreparedContains_r (handle, prepared_link, nodegg); in _lwn_CheckLinkCrossing()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp276 return GEOSPreparedContains_r; in which_prep_geom_fn()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c1440 ret = GEOSPreparedContains_r (handle, gPrep, g2); in gaiaGeomCollPreparedWithin()
1559 ret = GEOSPreparedContains_r (handle, gPrep, g2); in gaiaGeomCollPreparedContains()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1023 rfun = GEOSPreparedContains_r; in getPrepRelateFun()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp1490 … result = ( GEOSPreparedContains_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6112 GEOSPreparedContains_r(hPreparedGeom->hGEOSCtxt, in OGRPreparedGeometryContains()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6112 GEOSPreparedContains_r(hPreparedGeom->hGEOSCtxt,
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6112 GEOSPreparedContains_r(hPreparedGeom->hGEOSCtxt, in OGRPreparedGeometryContains()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp1634 … result = ( GEOSPreparedContains_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()