Uses of Interface
org.tinspin.index.Index.PointIterator
-
-
Uses of Index.PointIterator in org.tinspin.index
Methods in org.tinspin.index that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>PointMap. iterator()Index.PointIterator<T>PointMultimap. iterator()Index.PointIterator<T>PointMap. query(double[] min, double[] max)Index.PointIterator<T>PointMultimap. query(double[] min, double[] max)Index.PointIterator<T>PointMultimap. queryExactPoint(double[] point)Lookup an entries at a given coordinate. -
Uses of Index.PointIterator in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>PointArray. iterator()Index.PointIterator<T>PointArray. queryExactPoint(double[] point) -
Uses of Index.PointIterator in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>CoverTree. iterator()Index.PointIterator<T>CoverTree. query(double[] min, double[] max) -
Uses of Index.PointIterator in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement Index.PointIterator Modifier and Type Class Description classKDIterator<T>Resetable query iterator.Methods in org.tinspin.index.kdtree that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>KDTree. iterator()Index.PointIterator<T>KDIterator. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.PointIterator in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>PHTreeMMP. iterator()Index.PointIterator<T>PHTreeP. iterator()Index.PointIterator<T>PHTreeMMP. query(double[] min, double[] max)Index.PointIterator<T>PHTreeP. query(double[] min, double[] max)Index.PointIterator<T>PHTreeMMP. queryExactPoint(double[] key) -
Uses of Index.PointIterator in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.PointIterator 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.qthypercube that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>QuadTreeKD. iterator()Index.PointIterator<T>QuadTreeKD. query(double[] min, double[] max)Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.Index.PointIterator<T>QuadTreeKD. queryExactPoint(double[] point)Index.PointIterator<T>QIterator0. reset(double[] min, double[] max)Reset the iterator.Index.PointIterator<T>QIterator1. reset(double[] min, double[] max)Reset the iterator.Index.PointIterator<T>QIterator2. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.PointIterator in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement Index.PointIterator 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 Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>QuadTreeKD2. iterator()Index.PointIterator<T>QuadTreeKD2. query(double[] min, double[] max)Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.Index.PointIterator<T>QuadTreeKD2. queryExactPoint(double[] point)Index.PointIterator<T>QIterator0. reset(double[] min, double[] max)Reset the iterator.Index.PointIterator<T>QIterator1. reset(double[] min, double[] max)Reset the iterator.Index.PointIterator<T>QIterator2. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.PointIterator in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.PointIterator Modifier and Type Class Description static classQuadTreeKD0.QIterator<T>Resettable query iterator.Methods in org.tinspin.index.qtplain that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>QuadTreeKD0. iterator()Index.PointIterator<T>QuadTreeKD0. queryExactPoint(double[] point)Index.PointIterator<T>QuadTreeKD0.QIterator. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.PointIterator in org.tinspin.index.util
Classes in org.tinspin.index.util that implement Index.PointIterator Modifier and Type Class Description classPointIteratorWrapper<E>Methods in org.tinspin.index.util that return Index.PointIterator Modifier and Type Method Description Index.PointIterator<T>PointMapWrapper. iterator()Index.PointIterator<T>PointMultimapWrapper. iterator()Index.PointIterator<T>PointMapWrapper. query(double[] min, double[] max)Index.PointIterator<T>PointMultimapWrapper. query(double[] min, double[] max)Index.PointIterator<T>PointMultimapWrapper. queryExactPoint(double[] point)Index.PointIterator<E>PointIteratorWrapper. reset(double[] min, double[] max)
-