Uses of Class
org.locationtech.jts.index.strtree.BoundablePair
Packages that use BoundablePair
Package
Description
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
-
Uses of BoundablePair in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type BoundablePairModifier and TypeMethodDescriptionintBoundablePairDistanceComparator.compare(BoundablePair p1, BoundablePair p2) private Object[]STRtree.nearestNeighbour(BoundablePair initBndPair) private Object[]STRtree.nearestNeighbour(BoundablePair initBndPair, double maxDistance) private Object[]STRtree.nearestNeighbour(BoundablePair initBndPair, double maxDistance, int k) private Object[]STRtree.nearestNeighbour(BoundablePair initBndPair, int k) Method parameters in org.locationtech.jts.index.strtree with type arguments of type BoundablePairModifier and TypeMethodDescriptionprivate static Object[]STRtree.getItems(PriorityQueue<BoundablePair> kNearestNeighbors)