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 TypeClassDescriptionclass
LocatesQuadEdge
s in aQuadEdgeSubdivision
, optimizing the search by starting in the locality of the last edge found.Fields in org.locationtech.jts.triangulate.quadedge declared as QuadEdgeLocatorMethods in org.locationtech.jts.triangulate.quadedge with parameters of type QuadEdgeLocatorModifier and TypeMethodDescriptionvoid
QuadEdgeSubdivision.setLocator
(QuadEdgeLocator locator) Sets theQuadEdgeLocator
to use for locating containing triangles in this subdivision.