Uses of Interface
org.meteoinfo.jts.index.strtree.ItemDistance
-
Packages that use ItemDistance Package Description org.meteoinfo.jts.index.strtree -
-
Uses of ItemDistance in org.meteoinfo.jts.index.strtree
Classes in org.meteoinfo.jts.index.strtree that implement ItemDistance Modifier and Type Class Description classGeometryItemDistanceAn ItemDistance function for items which areGeometrys, using theGeometry.distance(Geometry)method.Methods in org.meteoinfo.jts.index.strtree with parameters of type ItemDistance Modifier and Type Method Description java.lang.ObjectSTRtree. nearestNeighbour(Envelope env, java.lang.Object item, ItemDistance itemDist)Finds the item in this tree which is nearest to the givenObject, usingItemDistanceas the distance metric.java.lang.Object[]STRtree. nearestNeighbour(ItemDistance itemDist)Finds the two nearest items in the tree, usingItemDistanceas the distance metric.java.lang.Object[]STRtree. nearestNeighbour(STRtree tree, ItemDistance itemDist)Finds the two nearest items from this tree and another tree, usingItemDistanceas the distance metric.
-