Uses of Interface
org.tinspin.index.RectangleEntry
-
Packages that use RectangleEntry Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.phtree org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree -
-
Uses of RectangleEntry in org.tinspin.index
Subinterfaces of RectangleEntry in org.tinspin.index Modifier and Type Interface Description interfaceRectangleEntryDist<T>Methods in org.tinspin.index that return types with arguments of type RectangleEntry Modifier and Type Method Description QueryIterator<RectangleEntry<T>>RectangleIndex. iterator()QueryIterator<RectangleEntry<T>>RectangleIndexMM. iterator()QueryIterator<RectangleEntry<T>>RectangleIndex. queryIntersect(double[] min, double[] max)QueryIterator<RectangleEntry<T>>RectangleIndexMM. queryIntersect(double[] min, double[] max)QueryIterator<RectangleEntry<T>>RectangleIndexMM. queryRectangle(double[] lower, double[] upper)Lookup an entry, using exact match.Methods in org.tinspin.index with parameters of type RectangleEntry Modifier and Type Method Description default doubleRectangleDistanceFunction. dist(double[] center, RectangleEntry<?> entry)Some algorithm use this method on the entries containing user supplied values.doubleRectangleDistanceFunction.FarthestNeighbor. dist(double[] center, RectangleEntry<?> entry)Method parameters in org.tinspin.index with type arguments of type RectangleEntry Modifier and Type Method Description booleanRectangleIndexMM. removeIf(double[] lower, double[] upper, Predicate<RectangleEntry<T>> condition)Remove *one* entry with the given condition. -
Uses of RectangleEntry in org.tinspin.index.array
Methods in org.tinspin.index.array that return types with arguments of type RectangleEntry Modifier and Type Method Description QueryIterator<RectangleEntry<T>>RectArray. iterator()QueryIterator<RectangleEntry<T>>RectArray. queryIntersect(double[] min, double[] max)QueryIterator<RectangleEntry<T>>RectArray. queryRectangle(double[] lower, double[] upper)Method parameters in org.tinspin.index.array with type arguments of type RectangleEntry Modifier and Type Method Description booleanRectArray. removeIf(double[] lower, double[] upper, Predicate<RectangleEntry<T>> condition) -
Uses of RectangleEntry in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement RectangleEntry Modifier and Type Class Description classDistEntryR<T>classEntryR<T>Methods in org.tinspin.index.phtree that return types with arguments of type RectangleEntry Modifier and Type Method Description QueryIterator<RectangleEntry<T>>PHTreeR. iterator()QueryIterator<RectangleEntry<T>>PHTreeR. queryIntersect(double[] min, double[] max) -
Uses of RectangleEntry in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement RectangleEntry Modifier and Type Class Description classQREntry<T>classQREntryDist<T>Methods in org.tinspin.index.qthypercube that return types with arguments of type RectangleEntry Modifier and Type Method Description QueryIterator<RectangleEntry<T>>QuadTreeRKD. iterator()QueryIterator<RectangleEntry<T>>QuadTreeRKD. queryRectangle(double[] lower, double[] upper)Method parameters in org.tinspin.index.qthypercube with type arguments of type RectangleEntry Modifier and Type Method Description booleanQuadTreeRKD. removeIf(double[] lower, double[] upper, Predicate<RectangleEntry<T>> condition) -
Uses of RectangleEntry in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement RectangleEntry Modifier and Type Class Description classQREntry<T>classQREntryDist<T>Methods in org.tinspin.index.qtplain that return types with arguments of type RectangleEntry Modifier and Type Method Description QueryIterator<RectangleEntry<T>>QuadTreeRKD0. iterator()QueryIterator<RectangleEntry<T>>QuadTreeRKD0. queryRectangle(double[] lower, double[] upper)Method parameters in org.tinspin.index.qtplain with type arguments of type RectangleEntry Modifier and Type Method Description booleanQuadTreeRKD0. removeIf(double[] lower, double[] upper, Predicate<RectangleEntry<T>> condition) -
Uses of RectangleEntry in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement RectangleEntry Modifier and Type Class Description classDistEntry<T>classEntry<T>Methods in org.tinspin.index.rtree with parameters of type RectangleEntry Modifier and Type Method Description default booleanFilter. matches(RectangleEntry<?> entry)This is used on the actual entries.booleanFilter.UnionFilter. matches(RectangleEntry<?> entry)Method parameters in org.tinspin.index.rtree with type arguments of type RectangleEntry Modifier and Type Method Description booleanRTree. removeIf(double[] min, double[] max, Predicate<RectangleEntry<T>> condition)Remove the first entry matching the geometry and condition.
-