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