Uses of Package
org.locationtech.jts.triangulate.quadedge
Packages that use org.locationtech.jts.triangulate.quadedge
Package
Description
Classes to compute Delaunay triangulations.
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
-
Classes in org.locationtech.jts.triangulate.quadedge used by org.locationtech.jts.triangulateClassDescriptionA class that represents the edge data structure which implements the quadedge algebra.A class that contains the
QuadEdges representing a planar subdivision that models a triangulation.Models a site (node) in aQuadEdgeSubdivision. -
Classes in org.locationtech.jts.triangulate.quadedge used by org.locationtech.jts.triangulate.quadedgeClassDescriptionA class that represents the edge data structure which implements the quadedge algebra.An interface for classes which locate an edge in a
QuadEdgeSubdivisionwhich 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.Interface for classes which process triangles visited during traversals of aQuadEdgeSubdivisionAn interface for algorithms which process the triangles in aQuadEdgeSubdivision.Models a site (node) in aQuadEdgeSubdivision.