| Package | Description |
|---|---|
| org.locationtech.jts.triangulate |
Classes to compute Delaunay triangulations.
|
| org.locationtech.jts.triangulate.quadedge |
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
|
| Class and Description |
|---|
| QuadEdge
A class that represents the edge data structure which implements the quadedge algebra.
|
| QuadEdgeSubdivision
A class that contains the
QuadEdges representing a planar
subdivision that models a triangulation. |
| Vertex
Models a site (node) in a
QuadEdgeSubdivision. |
| Class and Description |
|---|
| QuadEdge
A class that represents the edge data structure which implements the quadedge algebra.
|
| QuadEdgeLocator
An interface for classes which locate an edge in a
QuadEdgeSubdivision
which either contains a given Vertex V
or is an edge of a triangle which contains V. |
| QuadEdgeSubdivision
A class that contains the
QuadEdges representing a planar
subdivision that models a triangulation. |
| QuadEdgeTriangle
Models a triangle formed from
QuadEdges in a QuadEdgeSubdivision
which forms a triangulation. |
| TraversalVisitor
Interface for classes which process triangles visited during traversals of a
QuadEdgeSubdivision |
| TriangleVisitor
An interface for algorithms which process the triangles in a
QuadEdgeSubdivision. |
| Vertex
Models a site (node) in a
QuadEdgeSubdivision. |
Copyright © 2024. All rights reserved.