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 theQuadEdgeSubdivisionwhich represents the triangulation.DelaunayTriangulationBuilder.getSubdivision()Gets theQuadEdgeSubdivisionwhich models the computed triangulation.VoronoiDiagramBuilder.getSubdivision()Gets theQuadEdgeSubdivisionwhich 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 ListQuadEdgeTriangle.createOn(QuadEdgeSubdivision subdiv) CreatesQuadEdgeTriangles for all facets of aQuadEdgeSubdivisionrepresenting a triangulation.Constructors in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeSubdivision