Uses of Class
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
Packages that use QuadEdgeSubdivision
Package
Description
Classes to compute Delaunay triangulations.
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 QuadEdgeSubdivisionModifier and TypeMethodDescriptionConformingDelaunayTriangulationBuilder.getSubdivision()
Gets the QuadEdgeSubdivision which models the computed triangulation.ConformingDelaunayTriangulator.getSubdivision()
Gets theQuadEdgeSubdivision
which represents the triangulation.DelaunayTriangulationBuilder.getSubdivision()
Gets theQuadEdgeSubdivision
which models the computed triangulation.VoronoiDiagramBuilder.getSubdivision()
Gets theQuadEdgeSubdivision
which models the computed diagram.Constructors in org.locationtech.jts.triangulate with parameters of type QuadEdgeSubdivision -
Uses of QuadEdgeSubdivision in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeSubdivisionModifier and TypeMethodDescriptionstatic 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