Uses of Interface
org.tinspin.index.rtree.Filter
-
Packages that use Filter Package Description org.tinspin.index.rtree -
-
Uses of Filter in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Filter Modifier and Type Class Description static classFilter.RectangleIntersectFilterRectangular region filter.static classFilter.UnionFilterUnion of different "ranges".Fields in org.tinspin.index.rtree declared as Filter Modifier and Type Field Description static FilterFilter. ALLDoesn't filter anything.Methods in org.tinspin.index.rtree with parameters of type Filter Modifier and Type Method Description Iterable<Index.BoxEntryKnn<T>>RTree. queryRangedNearestNeighbor(double[] center, BoxDistance dist, BoxDistance closestDist, Filter filter)This method returns an Iterable which returns the nodes by a combined range and nearest number search.Filter.UnionFilterFilter.UnionFilter. union(Filter anotherFilter)Chaining another filter.Constructors in org.tinspin.index.rtree with parameters of type Filter Constructor Description UnionFilter(Filter filter1, Filter filter2)
-