|
PostGIS 3.7.0dev-r@@SVN_REVISION@@
|
Take vertices of a geometry and build a delaunay triangulation on them.
| geom | the input geometry |
| tolerance | an optional snapping tolerance for improved robustness |
| edgeOnly | if non-zero the result will be a MULTILINESTRING, otherwise it'll be a COLLECTION of polygons. |
Definition at line 1750 of file liblwgeom/lwgeom_geos.c.
References AUTOFIX, LWGEOM::flags, FLAGS_GET_Z, GEOS_FAIL, GEOS_FREE, GEOS_FREE_AND_FAIL, lwerror(), LWGEOM2GEOS(), lwgeom_geos_error(), lwgeom_set_srid(), lwnotice(), lwtin_from_geos(), result, RESULT_SRID, and SRID_INVALID.
Referenced by ST_DelaunayTriangles(), and test_lwgeom_delaunay_triangulation().

