Uses of Class
org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
Packages that use QuadEdgeTriangle
Package
Description
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
-
Uses of QuadEdgeTriangle in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge that return QuadEdgeTriangleModifier and TypeMethodDescriptionQuadEdgeTriangle.getAdjacentTriangleAcrossEdge
(int edgeIndex) QuadEdgeTriangle.getNeighbours()
Gets the neighbours of this triangle.Methods in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeTriangleModifier and TypeMethodDescriptionvoid
EdgeConnectedTriangleTraversal.init
(QuadEdgeTriangle tri) private void
EdgeConnectedTriangleTraversal.process
(QuadEdgeTriangle currTri, TraversalVisitor visitor) boolean
TraversalVisitor.visit
(QuadEdgeTriangle currTri, int edgeIndex, QuadEdgeTriangle neighbTri) Visits a triangle during a traversal of aQuadEdgeSubdivision
.