Uses of Interface
org.tinspin.index.PointEntry
-
-
Uses of PointEntry in org.tinspin.index
Subinterfaces of PointEntry in org.tinspin.index Modifier and Type Interface Description interfacePointEntryDist<T>Methods in org.tinspin.index that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<? extends PointEntry<T>>PointIndex. iterator()QueryIterator<PointEntry<T>>PointIndexMM. iterator()QueryIterator<PointEntry<T>>PointIndexMMWrapper. iterator()QueryIterator<PointEntry<T>>PointIndexWrapper. iterator()QueryIterator<PointEntry<T>>PointIndex. query(double[] min, double[] max)QueryIterator<PointEntry<T>>PointIndexMM. query(double[] point)Lookup an entries at a given coordinate.QueryIterator<PointEntry<T>>PointIndexMM. query(double[] min, double[] max)QueryIterator<PointEntry<T>>PointIndexMMWrapper. query(double[] point)QueryIterator<PointEntry<T>>PointIndexMMWrapper. query(double[] min, double[] max)QueryIterator<PointEntry<T>>PointIndexWrapper. query(double[] min, double[] max)Methods in org.tinspin.index with parameters of type PointEntry Modifier and Type Method Description default doublePointDistanceFunction. dist(double[] p1, PointEntry<?> entry)Method parameters in org.tinspin.index with type arguments of type PointEntry Modifier and Type Method Description booleanPointIndexMM. removeIf(double[] point, Predicate<PointEntry<T>> condition)Remove *one* entry with the given condition.booleanPointIndexMMWrapper. removeIf(double[] point, Predicate<PointEntry<T>> condition) -
Uses of PointEntry in org.tinspin.index.array
Methods in org.tinspin.index.array that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>PointArray. iterator()QueryIterator<PointEntry<T>>PointArray. query(double[] point)Method parameters in org.tinspin.index.array with type arguments of type PointEntry Modifier and Type Method Description booleanPointArray. removeIf(double[] point, Predicate<PointEntry<T>> condition) -
Uses of PointEntry in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement PointEntry Modifier and Type Class Description classPoint<T>classPointDist<T>Methods in org.tinspin.index.covertree that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<? extends PointEntry<T>>CoverTree. iterator()QueryIterator<PointEntry<T>>CoverTree. query(double[] min, double[] max) -
Uses of PointEntry in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement PointEntry Modifier and Type Class Description classKDEntryDist<T>classNode<T>Node class for the quadtree.Methods in org.tinspin.index.kdtree that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>KDTree. iterator()Method parameters in org.tinspin.index.kdtree with type arguments of type PointEntry Modifier and Type Method Description booleanKDTree. removeIf(double[] key, Predicate<PointEntry<T>> pred) -
Uses of PointEntry in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement PointEntry Modifier and Type Class Description classDistEntryP<T>classEntryP<T>Methods in org.tinspin.index.phtree that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>PHTreeMMP. iterator()QueryIterator<PointEntry<T>>PHTreeP. iterator()QueryIterator<PointEntry<T>>PHTreeMMP. query(double[] key)QueryIterator<PointEntry<T>>PHTreeMMP. query(double[] min, double[] max)QueryIterator<PointEntry<T>>PHTreeP. query(double[] min, double[] max)Method parameters in org.tinspin.index.phtree with type arguments of type PointEntry Modifier and Type Method Description booleanPHTreeMMP. removeIf(double[] point, Predicate<PointEntry<T>> condition) -
Uses of PointEntry in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement PointEntry Modifier and Type Class Description classQEntry<T>classQEntryDist<T>Methods in org.tinspin.index.qthypercube that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>QuadTreeKD. iterator()QueryIterator<PointEntry<T>>QuadTreeKD. query(double[] point)QueryIterator<PointEntry<T>>QuadTreeKD. query(double[] min, double[] max)Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.Method parameters in org.tinspin.index.qthypercube with type arguments of type PointEntry Modifier and Type Method Description booleanQuadTreeKD. removeIf(double[] key, Predicate<PointEntry<T>> condition)TQuadTreeKD. updateIf(double[] oldKey, double[] newKey, Predicate<PointEntry<T>> condition)Reinsert the key. -
Uses of PointEntry in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement PointEntry Modifier and Type Class Description classQEntry<T>classQEntryDist<T>Methods in org.tinspin.index.qthypercube2 that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>QuadTreeKD2. iterator()QueryIterator<PointEntry<T>>QuadTreeKD2. query(double[] point)QueryIterator<PointEntry<T>>QuadTreeKD2. query(double[] min, double[] max)Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.Method parameters in org.tinspin.index.qthypercube2 with type arguments of type PointEntry Modifier and Type Method Description booleanQuadTreeKD2. removeIf(double[] key, Predicate<PointEntry<T>> condition)TQuadTreeKD2. updateIf(double[] oldKey, double[] newKey, Predicate<PointEntry<T>> condition)Reinsert the key. -
Uses of PointEntry in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement PointEntry Modifier and Type Class Description classQEntry<T>classQEntryDist<T>Methods in org.tinspin.index.qtplain that return types with arguments of type PointEntry Modifier and Type Method Description QueryIterator<PointEntry<T>>QuadTreeKD0. iterator()QueryIterator<PointEntry<T>>QuadTreeKD0. query(double[] point)Method parameters in org.tinspin.index.qtplain with type arguments of type PointEntry Modifier and Type Method Description booleanQuadTreeKD0. removeIf(double[] key, Predicate<PointEntry<T>> condition)TQuadTreeKD0. updateIf(double[] oldKey, double[] newKey, Predicate<PointEntry<T>> condition)Reinsert the key.
-