Class TriangulationBuilder
- java.lang.Object
-
- org.locationtech.jts.triangulate.tri.TriangulationBuilder
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
build(List<? extends Tri> triList)
Computes the triangulation of a set ofTri
s.
-