Home
last modified time | relevance | path

Searched refs:GEOSBoundary_r (Results 1 – 20 of 20) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_split.c91 gdiff = GEOSBoundary_r(ctx->gctx, g2); in rtline_split_by_line()
378 g1_bounds = GEOSBoundary_r(ctx->gctx, g1); in rtpoly_split_by_line()
H A Drtgeom_geos_clean.c391 geos_bound = GEOSBoundary_r(ctx->gctx, gin); in RTGEOM_GEOS_makeValidPolygon()
547 new_area_bound = GEOSBoundary_r(ctx->gctx, new_area); in RTGEOM_GEOS_makeValidPolygon()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp490 geos_bound = GEOSBoundary_r( handle, gin ); in LWGEOM_GEOS_makeValidPolygon()
601 new_area_bound = GEOSBoundary_r( handle, new_area ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp1109 geometryBoundary.reset( GEOSBoundary_r( geosinit()->ctxt, geom ) ); in nodeGeometries()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp488 geos_bound = GEOSBoundary_r( handle, gin ); in LWGEOM_GEOS_makeValidPolygon()
599 new_area_bound = GEOSBoundary_r( handle, new_area ); in LWGEOM_GEOS_makeValidPolygon()
H A Dqgsgeos.cpp965 geometryBoundary.reset( GEOSBoundary_r( geosinit()->ctxt, geom ) ); in nodeGeometries()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c299 g4 = GEOSBoundary_r(handle, g3); in do_all()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp503 return GEOSBoundary_r(handle, g); in GEOSBoundary()
H A Dgeos_ts_c.cpp1282 GEOSBoundary_r(GEOSContextHandle_t extHandle, const Geometry* g1) in GEOSBoundary_r() function
H A Dgeos_c.h.in602 extern GEOSGeometry GEOS_DLL *GEOSBoundary_r(GEOSContextHandle_t handle,
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c937 g2 = GEOSBoundary_r(handle,g1); in msGEOSBoundary()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp760 out[i] = geos_ptr(chkNULL(GEOSBoundary_r(hGEOSCtxt, g[i].get())), hGEOSCtxt); in CPL_geos_op()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometry.cpp2704 hGeosProduct = GEOSBoundary_r( hGEOSCtxt, hGeosGeom ); in Boundary()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp218 GEOSGeometry* r = GEOSBoundary_r(hGEOSCtxt, g[i].get()); in boundary()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1142 ret = GEOSBoundary_r(GEOS_G(handle), this); in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3974 GEOSGeom hGeosProduct = GEOSBoundary_r( hGEOSCtxt, hGeosGeom ); in Boundary()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3974 GEOSGeom hGeosProduct = GEOSBoundary_r( hGEOSCtxt, hGeosGeom );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3974 GEOSGeom hGeosProduct = GEOSBoundary_r( hGEOSCtxt, hGeosGeom ); in Boundary()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c352 return GEOSBoundary_r(context, geom); in GEOSBoundaryAllTypes_r()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c2674 g2 = GEOSBoundary_r (handle, g1); in gaiaBoundary_r()