| Package | Description |
|---|---|
| com.vividsolutions.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 | Class and Description |
|---|---|
class |
GeometryItemDistance
An ItemDistance function for items which are
Geometrys, using the
Geometry method.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
STRtree.nearestNeighbour(Envelope
Finds the item in this tree which is nearest to the given
Object, using
ItemDistance as the distance metric.
|
Object |
STRtree.nearestNeighbour(ItemDistance
Finds the two nearest items in the tree, using
ItemDistance as the distance metric.
|
Object |
STRtree.nearestNeighbour(STRtree
Finds the two nearest items from this tree and another tree, using
ItemDistance as the distance metric.
|