Uses of Interface
org.meteoinfo.jts.triangulate.quadedge.QuadEdgeLocator
-
Packages that use QuadEdgeLocator Package Description org.meteoinfo.jts.triangulate.quadedge -
-
Uses of QuadEdgeLocator in org.meteoinfo.jts.triangulate.quadedge
Classes in org.meteoinfo.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 org.meteoinfo.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.
-