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 voidbuild(List<? extends Tri> triList)Computes the triangulation of a set ofTris.
-