| Interface | Description |
|---|---|
| Filter | |
| RTreeLogic |
| Class | Description |
|---|---|
| DistEntry<T> | |
| Entry<T> | |
| Filter.RectangleIntersectFilter |
Rectangular region filter.
|
| Filter.UnionFilter |
Union of different "ranges".
|
| KnnResult<T> | |
| RStarTreeLogic | |
| RTree<T> |
R*Tree implementation based on the paper from
Beckmann, N.; Kriegel, H.
|
| RTree.RTreeStats | |
| RTreeIterator<T> | |
| RTreeQuery1NN<T> |
1-NN search with EDGE distance and presorting of entries.
|
| RTreeQueryKnn<T> |
kNN search with EDGE distance and presorting of entries.
|
| RTreeQueryKnnOld<T> |
kNN search with EDGE distance and presorting of entries.
|
| STRLoader<T> | |
| TestDraw |
| Enum | Description |
|---|---|
| TestDraw.MODE |
Copyright © 2018. All rights reserved.