Uses of Interface
org.locationtech.jts.index.strtree.ItemDistance
-
Packages that use ItemDistance Package Description org.locationtech.jts.index.strtree -
-
Uses of ItemDistance in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type ItemDistance Modifier and Type Method Description ObjectSTRtree. nearestNeighbour(Envelope env, Object item, ItemDistance itemDist)Finds the item in this tree which is nearest to the givenObject, usingItemDistanceas the distance metric.Object[]STRtree. nearestNeighbour(Envelope env, Object item, ItemDistance itemDist, int k)Finds k items in this tree which are the top k nearest neighbors to the givenitem, usingitemDistas the distance metric.Object[]STRtree. nearestNeighbour(ItemDistance itemDist)Finds the two nearest items in the tree, usingItemDistanceas the distance metric.Object[]STRtree. nearestNeighbour(STRtree tree, ItemDistance itemDist)Finds the two nearest items from this tree and another tree, usingItemDistanceas the distance metric.
-