Home
last modified time | relevance | path

Searched refs:GEOSIntersects_r (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c373 if ( GEOSIntersects_r(handle, g1, g2) ) printf("Intersect\n"); in do_all()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp829 if ( !skipIntersectionCheck && !GEOSIntersects_r( geosinit()->ctxt, splitLine, mGeos.get() ) ) in splitLinearGeometry()
1505 result = ( GEOSIntersects_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) == 1 ); in relation()
2715 if ( GEOSIntersects_r( geosinit()->ctxt, outerRing, reshapeLineGeos ) == 1 ) in reshapePolygon()
2730 if ( GEOSIntersects_r( geosinit()->ctxt, innerRings[i], reshapeLineGeos ) == 1 ) in reshapePolygon()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp973 if ( !skipIntersectionCheck && !GEOSIntersects_r( geosinit()->ctxt, splitLine, mGeos.get() ) ) in splitLinearGeometry()
1649 result = ( GEOSIntersects_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) == 1 ); in relation()
3036 if ( GEOSIntersects_r( geosinit()->ctxt, outerRing, reshapeLineGeos ) == 1 ) in reshapePolygon()
3051 if ( GEOSIntersects_r( geosinit()->ctxt, innerRings[i], reshapeLineGeos ) == 1 ) in reshapePolygon()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp242 return GEOSIntersects_r; in which_geom_fn()
1119 if (chk_(GEOSIntersects_r(hGEOSCtxt, geom.get(), out[tree_sel[j]].get()))) { in CPL_nary_difference()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp151 return GEOSIntersects_r(handle, g1, g2); in GEOSIntersects()
H A Dgeos_ts_c.cpp526 GEOSIntersects_r(GEOSContextHandle_t extHandle, const Geometry* g1, const Geometry* g2) in GEOSIntersects_r() function
H A Dgeos_c.h.in809 extern char GEOS_DLL GEOSIntersects_r(GEOSContextHandle_t handle,
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1239 result = GEOSIntersects_r(handle,g1, g2); in msGEOSIntersects()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometry.cpp385 if( GEOSIntersects_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ) != 0 ) in Intersects()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c804 ret = GEOSIntersects_r (handle, g1, g2); in gaiaGeomCollIntersects_r()
854 ret = GEOSIntersects_r (handle, g1, g2); in gaiaGeomCollPreparedIntersects()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1490 ret = GEOSIntersects_r(GEOS_G(handle), this, other); in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp537 GEOSIntersects_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ) != 0; in Intersects()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp537 GEOSIntersects_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ) != 0;
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp537 GEOSIntersects_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ) != 0; in Intersects()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c267 static void* intersects_func_tuple[2] = {GEOSIntersects_r, GEOSPreparedIntersects_r};