Home
last modified time | relevance | path

Searched refs:GEOSPolygonize_full_r (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/php-geos/php-geos/
H A Dconfig.m467 …AC_CHECK_LIB(geos_c, GEOSPolygonize_full_r, AC_DEFINE(HAVE_GEOS_POLYGONIZE_FULL,1,[Whether we have…
H A Dgeos.c3075 rings = GEOSPolygonize_full_r(GEOS_G(handle), this, &cut_edges, &dangles, &invalid_rings); in PHP_FUNCTION()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp776 return GEOSPolygonize_full_r(handle, input, cuts, dangles, invalid); in GEOSPolygonize_full()
H A Dgeos_ts_c.cpp1973 GEOSPolygonize_full_r(GEOSContextHandle_t extHandle, const Geometry* g, in GEOSPolygonize_full_r() function
H A Dgeos_c.h.in687 extern GEOSGeometry GEOS_DLL *GEOSPolygonize_full_r(GEOSContextHandle_t handle,
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c1924 GEOSPolygonize_full_r(ctx, collection, &cuts, &dangles, &invalidRings); in polygonize_full_func()