PostGIS
2.1.10dev-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 tolerance |
edgeOnly | if non-zero the result will be a MULTILINESTRING, otherwise it'll be a COLLECTION of polygons. |
Definition at line 1385 of file liblwgeom/lwgeom_geos.c.
References GEOS2LWGEOM(), lwerror(), LWGEOM2GEOS(), lwgeom_geos_errmsg, lwgeom_geos_error(), lwgeom_get_srid(), lwgeom_has_z(), lwnotice(), and lwtin_from_geos().
Referenced by ST_DelaunayTriangles(), and test_lwgeom_delaunay_triangulation().