Uses of Class
org.locationtech.jts.index.strtree.STRtree
-
Packages that use STRtree Package Description org.locationtech.jts.index.strtree -
-
Uses of STRtree in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type STRtree Modifier and Type Method Description Object[]STRtree. nearestNeighbour(STRtree tree, ItemDistance itemDist)Finds the two nearest items from this tree and another tree, usingItemDistanceas the distance metric.
-