A utility class which creates Delaunay Triangulations from collections of points and extract the resulting triangulation edges or triangles as geometries.
Sets the sites (vertices) which will be triangulated from a collection of
Coordinates.
Parameters:
coords - coords a collection of Coordinates.
public void setTolerance(double tolerance)
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation. A tolerance of 0.0 specifies that no snapping will take place.
Parameters:
tolerance - tolerance the tolerance distance to use