Home
last modified time | relevance | path

Searched refs:GEOSGeom_extractUniquePoints_r (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSGeom_extractUniquePointsTest.cpp75 geom3_ = GEOSGeom_extractUniquePoints_r(handle_, geom1_); in test()
87 geom3_ = GEOSGeom_extractUniquePoints_r(handle_, geom1_); in test()
99 geom3_ = GEOSGeom_extractUniquePoints_r(handle_, geom1_); in test()
/dports/graphics/php-geos/php-geos/
H A Dconfig.m463 …LIB(geos_c, GEOSGeom_extractUniquePoints_r, AC_DEFINE(HAVE_GEOS_GEOM_EXTRACT_UNIQUE_POINTS,1,[Whet…
H A Dgeos.c1408 ret = GEOSGeom_extractUniquePoints_r(GEOS_G(handle), this); in PHP_METHOD()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c426 pi = GEOSGeom_extractUniquePoints_r(ctx->gctx, geos_bound); in RTGEOM_GEOS_makeValidPolygon()
443 po = GEOSGeom_extractUniquePoints_r(ctx->gctx, geos_cut_edges); in RTGEOM_GEOS_makeValidPolygon()
959 pi = GEOSGeom_extractUniquePoints_r(ctx->gctx, gin); in RTGEOM_GEOS_makeValid()
960 po = GEOSGeom_extractUniquePoints_r(ctx->gctx, gout); in RTGEOM_GEOS_makeValid()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp512 pi = GEOSGeom_extractUniquePoints_r( handle, geos_bound ); in LWGEOM_GEOS_makeValidPolygon()
523 po = GEOSGeom_extractUniquePoints_r( handle, geos_cut_edges ); in LWGEOM_GEOS_makeValidPolygon()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp510 pi = GEOSGeom_extractUniquePoints_r( handle, geos_bound ); in LWGEOM_GEOS_makeValidPolygon()
521 po = GEOSGeom_extractUniquePoints_r( handle, geos_cut_edges ); in LWGEOM_GEOS_makeValidPolygon()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1405 return GEOSGeom_extractUniquePoints_r(handle, g); in GEOSGeom_extractUniquePoints()
H A Dgeos_ts_c.cpp3157 GEOSGeom_extractUniquePoints_r(GEOSContextHandle_t extHandle, in GEOSGeom_extractUniquePoints_r() function
H A Dgeos_c.h.in711 extern GEOSGeometry GEOS_DLL *GEOSGeom_extractUniquePoints_r(
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c360 static void* extract_unique_points_data[1] = {GEOSGeom_extractUniquePoints_r};