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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.Object[] |
STRtree.getItems(java.util.PriorityQueue<BoundablePair> kNearestNeighbors) |