Uses of Class
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Packages that use QuadEdgeSubdivision 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. -
-
Uses of QuadEdgeSubdivision in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return QuadEdgeSubdivision Modifier and Type Method Description QuadEdgeSubdivision
ConformingDelaunayTriangulationBuilder. getSubdivision()
Gets the QuadEdgeSubdivision which models the computed triangulation.QuadEdgeSubdivision
ConformingDelaunayTriangulator. getSubdivision()
Gets theQuadEdgeSubdivision
which represents the triangulation.QuadEdgeSubdivision
DelaunayTriangulationBuilder. getSubdivision()
Gets theQuadEdgeSubdivision
which models the computed triangulation.QuadEdgeSubdivision
VoronoiDiagramBuilder. getSubdivision()
Gets theQuadEdgeSubdivision
which models the computed diagram.Constructors in org.locationtech.jts.triangulate with parameters of type QuadEdgeSubdivision Constructor Description IncrementalDelaunayTriangulator(QuadEdgeSubdivision subdiv)
Creates a new triangulator using the givenQuadEdgeSubdivision
. -
Uses of QuadEdgeSubdivision in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeSubdivision Modifier and Type Method Description static java.util.List
QuadEdgeTriangle. createOn(QuadEdgeSubdivision subdiv)
CreatesQuadEdgeTriangle
s for all facets of aQuadEdgeSubdivision
representing a triangulation.Constructors in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeSubdivision Constructor Description LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv)
-