This function computes the Delaunay triangulation for the set of vertices in the input geometry. An optionalDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
tolerance parameter allows snapping nearby input vertices together prior to triangulation and can improve robustness in certain scenarios by handling near-coincident vertices. The default for tolerance is 0. The Delaunay triangulation geometry is bounded by the convex hull of the input vertex set.
flag:
0- a GeometryCollection of triangular Polygons (default option)1- a MultiLinestring of the edges of the triangulation
Signatures
Parameters
The input geometry.
The distance tolerance.
The validation flag.
Return type
The resulting geometry.

