Uses of Class
org.locationtech.jts.index.strtree.BoundablePair
-
Packages that use BoundablePair Package Description org.locationtech.jts.index.strtree 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 BoundablePair Modifier and Type Method Description int
BoundablePairDistanceComparator. compare(BoundablePair p1, BoundablePair p2)
private java.lang.Object[]
STRtree. nearestNeighbour(BoundablePair initBndPair)
private java.lang.Object[]
STRtree. nearestNeighbour(BoundablePair initBndPair, double maxDistance)
private java.lang.Object[]
STRtree. nearestNeighbour(BoundablePair initBndPair, double maxDistance, int k)
private java.lang.Object[]
STRtree. nearestNeighbour(BoundablePair initBndPair, int k)
Method parameters in org.locationtech.jts.index.strtree with type arguments of type BoundablePair Modifier and Type Method Description private static java.lang.Object[]
STRtree. getItems(java.util.PriorityQueue<BoundablePair> kNearestNeighbors)
-