Home
last modified time | relevance | path

Searched refs:GEOSPreparedIntersects_r (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dlabelposition.cpp205 if ( GEOSPreparedIntersects_r( QgsGeos::getGEOSHandler(), geometry, mGeos ) == 1 ) in intersects()
293 bool result = ( GEOSPreparedIntersects_r( geosctxt, preparedGeom(), lp->mGeos ) == 1 ); in isInConflictSinglePart()
481 if ( GEOSPreparedIntersects_r( geosctxt, line->preparedGeom(), mGeos ) == 1 ) in crossesLine()
511 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 in crossesBoundary()
550 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 ) in intersectsWithPolygon()
583 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 ) in polygonIntersectionCostForParts()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dlabelposition.cpp205 if ( GEOSPreparedIntersects_r( QgsGeos::getGEOSHandler(), geometry, mGeos ) == 1 ) in intersects()
293 …const bool result = ( GEOSPreparedIntersects_r( geosctxt, preparedMultiPartGeom(), lp->mMultipartG… in isInConflictMultiPart()
501 if ( GEOSPreparedIntersects_r( geosctxt, line->preparedGeom(), mGeos ) == 1 ) in crossesLine()
531 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 in crossesBoundary()
570 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 ) in intersectsWithPolygon()
603 if ( GEOSPreparedIntersects_r( geosctxt, polygon->preparedGeom(), mGeos ) == 1 ) in polygonIntersectionCostForParts()
H A Dfeature.cpp2140 return ( GEOSPreparedIntersects_r( geosctxt, preparedGeom(), p2OtherEnd.get() ) != 1 ); in isConnected()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi38 …char GEOSPreparedIntersects_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGeometry…
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dstrtree.c34 return (FuncGEOS_YpY_b*)GEOSPreparedIntersects_r; in get_predicate_func()
H A Dufuncs.c267 static void* intersects_func_tuple[2] = {GEOSIntersects_r, GEOSPreparedIntersects_r};
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp889 …if ( !skipIntersectionCheck && !GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), s… in splitPolygonGeometry()
916 …if ( pointOnSurface && GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), pointOnSur… in splitPolygonGeometry()
1478 …result = ( GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 … in relation()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp1033 …if ( !skipIntersectionCheck && !GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), s… in splitPolygonGeometry()
1060 …if ( pointOnSurface && GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), pointOnSur… in splitPolygonGeometry()
1622 …result = ( GEOSPreparedIntersects_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 … in relation()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp899 if (GEOSPreparedIntersects_r(hGEOSCtxt, pr.get(), x[i].get())) { in intersect()
1013 rfun = GEOSPreparedIntersects_r; in getPrepRelateFun()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1280 return GEOSPreparedIntersects_r(handle, pg1, g2); in GEOSPreparedIntersects()
H A Dgeos_ts_c.cpp2917 GEOSPreparedIntersects_r(GEOSContextHandle_t extHandle, in GEOSPreparedIntersects_r() function
H A Dgeos_c.h.in872 extern char GEOS_DLL GEOSPreparedIntersects_r(GEOSContextHandle_t handle,
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp266 return GEOSPreparedIntersects_r; in which_prep_geom_fn()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometry.cpp4609 int bRet = GEOSPreparedIntersects_r(poPreparedGeom->hGEOSCtxt, in OGRPreparedGeometryIntersects()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6076 GEOSPreparedIntersects_r(hPreparedGeom->hGEOSCtxt, in OGRPreparedGeometryIntersects()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6076 GEOSPreparedIntersects_r(hPreparedGeom->hGEOSCtxt,
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp6076 GEOSPreparedIntersects_r(hPreparedGeom->hGEOSCtxt, in OGRPreparedGeometryIntersects()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c848 ret = GEOSPreparedIntersects_r (handle, gPrep, g2); in gaiaGeomCollPreparedIntersects()