Uses of Interface
org.tinspin.index.QueryIterator
-
-
Uses of QueryIterator in org.tinspin.index
Methods in org.tinspin.index that return QueryIterator 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<RectangleEntry<T>>RectangleIndex. iterator()QueryIterator<RectangleEntry<T>>RectangleIndexMM. 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)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. -
Uses of QueryIterator in org.tinspin.index.array
Methods in org.tinspin.index.array that return QueryIterator Modifier and Type Method Description QueryIterator<PointEntry<T>>PointArray. iterator()QueryIterator<RectangleEntry<T>>RectArray. iterator()QueryIterator<PointEntry<T>>PointArray. query(double[] point)QueryIterator<RectangleEntry<T>>RectArray. queryIntersect(double[] min, double[] max)QueryIterator<RectangleEntry<T>>RectArray. queryRectangle(double[] lower, double[] upper) -
Uses of QueryIterator in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree that return QueryIterator Modifier and Type Method Description QueryIterator<? extends PointEntry<T>>CoverTree. iterator()QueryIterator<PointEntry<T>>CoverTree. query(double[] min, double[] max) -
Uses of QueryIterator in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement QueryIterator Modifier and Type Class Description classKDIterator<T>Resetable query iterator.Methods in org.tinspin.index.kdtree that return QueryIterator Modifier and Type Method Description QueryIterator<PointEntry<T>>KDTree. iterator() -
Uses of QueryIterator in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return QueryIterator Modifier and Type Method Description QueryIterator<PointEntry<T>>PHTreeMMP. iterator()QueryIterator<PointEntry<T>>PHTreeP. iterator()QueryIterator<RectangleEntry<T>>PHTreeR. 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)QueryIterator<RectangleEntry<T>>PHTreeR. queryIntersect(double[] min, double[] max) -
Uses of QueryIterator in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement QueryIterator Modifier and Type Class Description classQIterator0<T>Resettable query iterator.classQIterator1<T>Resettable query iterator.classQIterator2<T>Resettable query iterator.classQRIterator<T>Resetable query iterator.Methods in org.tinspin.index.qthypercube that return QueryIterator Modifier and Type Method Description QueryIterator<PointEntry<T>>QuadTreeKD. iterator()QueryIterator<RectangleEntry<T>>QuadTreeRKD. 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'.QueryIterator<RectangleEntry<T>>QuadTreeRKD. queryRectangle(double[] lower, double[] upper) -
Uses of QueryIterator in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement QueryIterator Modifier and Type Class Description classQIterator0<T>Resettable query iterator.classQIterator1<T>Resettable query iterator.classQIterator2<T>Resettable query iterator.Methods in org.tinspin.index.qthypercube2 that return QueryIterator 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'. -
Uses of QueryIterator in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement QueryIterator Modifier and Type Class Description static classQuadTreeKD0.QIterator<T>Resettable query iterator.static classQuadTreeRKD0.QRIterator<T>Resetable query iterator.Methods in org.tinspin.index.qtplain that return QueryIterator Modifier and Type Method Description QueryIterator<PointEntry<T>>QuadTreeKD0. iterator()QueryIterator<RectangleEntry<T>>QuadTreeRKD0. iterator()QueryIterator<PointEntry<T>>QuadTreeKD0. query(double[] point)QueryIterator<RectangleEntry<T>>QuadTreeRKD0. queryRectangle(double[] lower, double[] upper) -
Uses of QueryIterator in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement QueryIterator Modifier and Type Class Description classRTreeIterator<T> -
Uses of QueryIterator in org.tinspin.index.util
Classes in org.tinspin.index.util that implement QueryIterator Modifier and Type Class Description classQueryIteratorWrapper<E>
-