Uses of Interface
org.locationtech.jts.triangulate.quadedge.QuadEdgeLocator
Packages that use QuadEdgeLocator
Package
Description
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
-
Uses of QuadEdgeLocator in org.locationtech.jts.triangulate.quadedge
Classes in org.locationtech.jts.triangulate.quadedge that implement QuadEdgeLocatorModifier and TypeClassDescriptionclassLocatesQuadEdges in aQuadEdgeSubdivision, optimizing the search by starting in the locality of the last edge found.Methods in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeLocatorModifier and TypeMethodDescriptionvoidQuadEdgeSubdivision.setLocator(QuadEdgeLocator locator) Sets theQuadEdgeLocatorto use for locating containing triangles in this subdivision.