Home
last modified time | relevance | path

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

/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c293 g3 = GEOSSymDifference_r(handle, g1, g2); in do_all()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp616 symdif = GEOSSymDifference_r( handle, geos_area, new_area ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp1585 opGeom.reset( GEOSSymDifference_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) ); in overlay()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp614 symdif = GEOSSymDifference_r( handle, geos_area, new_area ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp1441 opGeom.reset( GEOSSymDifference_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) ); in overlay()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c567 symdif = GEOSSymDifference_r(ctx->gctx, geos_area, new_area); in RTGEOM_GEOS_makeValidPolygon()
H A Drtgeom_geos.c851 g3 = GEOSSymDifference_r(ctx->gctx, g1,g2); in rtgeom_symdifference()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp509 return GEOSSymDifference_r(handle, g1, g2); in GEOSSymDifference()
H A Dgeos_ts_c.cpp1292 GEOSSymDifference_r(GEOSContextHandle_t extHandle, const Geometry* g1, const Geometry* g2) in GEOSSymDifference_r() function
H A Dgeos_c.h.in595 extern GEOSGeometry GEOS_DLL *GEOSSymDifference_r(GEOSContextHandle_t handle,
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1080 g3 = GEOSSymDifference_r(handle,g1, g2); in msGEOSSymDifference()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp912 geom_function = (geom_fn) GEOSSymDifference_r; in CPL_geos_op2()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometry.cpp3331 hGeosProduct = GEOSSymDifference_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ); in SymDifference()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1127 ret = GEOSSymDifference_r(GEOS_G(handle), this, other); in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4665 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSSymDifference_r); in SymDifference()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4665 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSSymDifference_r);
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4665 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSSymDifference_r); in SymDifference()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c732 static void* symmetric_difference_data[1] = {GEOSSymDifference_r};
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c2583 g3 = GEOSSymDifference_r (handle, g1, g2); in gaiaGeometrySymDifference_r()