Package org.locationtech.jts.triangulate.quadedge
package org.locationtech.jts.triangulate.quadedge
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
-
ClassDescriptionA framework to visit sets of edge-connected
QuadEdgeTriangles in breadth-first orderLocatesQuadEdges in aQuadEdgeSubdivision, optimizing the search by starting in the locality of the last edge found.A class that represents the edge data structure which implements the quadedge algebra.An interface for classes which locate an edge in aQuadEdgeSubdivisionwhich either contains a givenVertexV or is an edge of a triangle which contains V.A class that contains theQuadEdges representing a planar subdivision that models a triangulation.Models a triangle formed fromQuadEdges in aQuadEdgeSubdivisionwhich forms a triangulation.Utilities for working withQuadEdges.Interface for classes which process triangles visited during traversals of aQuadEdgeSubdivisionAlgorithms for computing values and predicates associated with triangles.An interface for algorithms which process the triangles in aQuadEdgeSubdivision.Models a site (node) in aQuadEdgeSubdivision.