Uses of Interface
org.locationtech.jts.triangulate.quadedge.QuadEdgeLocator
-
Packages that use QuadEdgeLocator Package Description org.locationtech.jts.triangulate.quadedge 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 QuadEdgeLocator Modifier and Type Class Description class
LastFoundQuadEdgeLocator
LocatesQuadEdge
s 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 QuadEdgeLocator Modifier and Type Method Description void
QuadEdgeSubdivision. setLocator(QuadEdgeLocator locator)
Sets theQuadEdgeLocator
to use for locating containing triangles in this subdivision.
-