Home
last modified time | relevance | path

Searched refs:GEOSDifference_r (Results 1 – 21 of 21) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c461 collapse_points = GEOSDifference_r(ctx->gctx, pi, po); in RTGEOM_GEOS_makeValidPolygon()
599 new_cut_edges = GEOSDifference_r(ctx->gctx, geos_cut_edges, new_area_bound); in RTGEOM_GEOS_makeValidPolygon()
961 pd = GEOSDifference_r(ctx->gctx, pi, po); /* input points - output points */ in RTGEOM_GEOS_makeValid()
H A Drtgeom_geos_split.c120 gdiff = GEOSDifference_r(ctx->gctx, g1,g2); in rtline_split_by_line()
H A Drtgeom_geos.c775 g3 = GEOSDifference_r(ctx->gctx, g1,g2); in rtgeom_difference()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp535 collapse_points = GEOSDifference_r( handle, pi, po ); in LWGEOM_GEOS_makeValidPolygon()
643 new_cut_edges = GEOSDifference_r( handle, geos_cut_edges, new_area_bound ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp990 splitGeom.reset( GEOSDifference_r( geosinit()->ctxt, mGeos.get(), splitLine ) ); in splitLinearGeometry()
1564 opGeom.reset( GEOSDifference_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) ); in overlay()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp533 collapse_points = GEOSDifference_r( handle, pi, po ); in LWGEOM_GEOS_makeValidPolygon()
641 new_cut_edges = GEOSDifference_r( handle, geos_cut_edges, new_area_bound ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp846 splitGeom.reset( GEOSDifference_r( geosinit()->ctxt, mGeos.get(), splitLine ) ); in splitLinearGeometry()
1420 opGeom.reset( GEOSDifference_r( geosinit()->ctxt, mGeos.get(), geosGeom.get() ) ); in overlay()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp910 geom_function = (geom_fn) GEOSDifference_r; in CPL_geos_op2()
1121 geom = geos_ptr(GEOSDifference_r(hGEOSCtxt, geom.get(), out[tree_sel[j]].get()), hGEOSCtxt); in CPL_nary_difference()
1191 geom = geos_ptr(GEOSDifference_r(hGEOSCtxt, geom.get(), inters.get()), hGEOSCtxt); in CPL_nary_intersection()
1195 GeomPtr g = geos_ptr(GEOSDifference_r(hGEOSCtxt, out[k].get(), inters.get()), hGEOSCtxt); in CPL_nary_intersection()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c286 g3 = GEOSDifference_r(handle, g1, g2); in do_all()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1466 GEOSGeometry* geom = GEOSDifference_r(hGEOSCtxt, x[i].get(), y[j].get()); in erase()
1517 GEOSGeometry* geom = GEOSDifference_r(hGEOSCtxt, x[i].get(), x[j].get()); in erase()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp491 return GEOSDifference_r(handle, g1, g2); in GEOSDifference()
H A Dgeos_ts_c.cpp1251 GEOSDifference_r(GEOSContextHandle_t extHandle, const Geometry* g1, const Geometry* g2) in GEOSDifference_r() function
H A Dgeos_c.h.in588 extern GEOSGeometry GEOS_DLL *GEOSDifference_r(GEOSContextHandle_t handle,
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1053 g3 = GEOSDifference_r(handle,g1, g2); in msGEOSDifference()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometry.cpp3227 hGeosProduct = GEOSDifference_r( hGEOSCtxt, hThisGeosGeom, hOtherGeosGeom ); in Difference()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1104 ret = GEOSDifference_r(GEOS_G(handle), this, other); in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4557 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSDifference_r); in Difference()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4557 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSDifference_r);
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp4557 return BuildGeometryFromTwoGeoms(this, poOtherGeom, GEOSDifference_r); in Difference()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c731 static void* difference_data[1] = {GEOSDifference_r};
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c2486 g3 = GEOSDifference_r (handle, g1, g2); in gaiaGeometryDifference_r()