Uses of Interface
org.locationtech.jts.triangulate.quadedge.TraversalVisitor
-
Packages that use TraversalVisitor Package Description org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams. -
-
Uses of TraversalVisitor in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge with parameters of type TraversalVisitor Modifier and Type Method Description void
EdgeConnectedTriangleTraversal. visitAll(TraversalVisitor visitor)
Subclasses call this method to perform the visiting process.
-