Class TriangulationBuilder
java.lang.Object
org.locationtech.jts.triangulate.tri.TriangulationBuilder
Builds a triangulation from a set of
Tri
s
by populating the links to adjacent triangles.- Author:
- mdavis
-
Method Summary
-
Method Details
-
build
Computes the triangulation of a set ofTri
s.- Parameters:
triList
- the list of Tris
-