Uses of Interface
org.locationtech.jts.triangulate.quadedge.TriangleVisitor
-
Packages that use TriangleVisitor Package Description org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams. -
-
Uses of TriangleVisitor in org.locationtech.jts.triangulate.quadedge
Classes in org.locationtech.jts.triangulate.quadedge that implement TriangleVisitor Modifier and Type Class Description private static class
QuadEdgeSubdivision.TriangleCircumcentreVisitor
A TriangleVisitor which computes and sets the circumcentre as the origin of the dual edges originating in each triangle.private static class
QuadEdgeSubdivision.TriangleCoordinatesVisitor
private static class
QuadEdgeSubdivision.TriangleEdgesListVisitor
private static class
QuadEdgeSubdivision.TriangleVertexListVisitor
private static class
QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor
Methods in org.locationtech.jts.triangulate.quadedge with parameters of type TriangleVisitor Modifier and Type Method Description void
QuadEdgeSubdivision. visitTriangles(TriangleVisitor triVisitor, boolean includeFrame)
Visitors
-