| Package | Description |
|---|---|
| org.tinspin.index.rtree |
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.RectangleIntersectFilter
Rectangular region filter.
|
static class |
Filter.UnionFilter
Union of different "ranges".
|
| Modifier and Type | Field and Description |
|---|---|
static Filter |
Filter.ALL
Doesn't filter anything.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RectangleEntryDist<T>> |
RTree.queryRangedNearestNeighbor(double[] center,
RectangleDistanceFunction dist,
RectangleDistanceFunction closestDist,
Filter filter)
This methods returns an Iterable which returns the nodes by a combined range and
nearest number search.
|
Filter.UnionFilter |
Filter.UnionFilter.union(Filter anotherFilter)
Chaining another filter.
|
| Constructor and Description |
|---|
UnionFilter(Filter filter1,
Filter filter2) |
Copyright © 2018. All rights reserved.