Uses of Class
org.tinspin.index.rtree.RTree
-
Packages that use RTree Package Description org.tinspin.index.rtree -
-
Uses of RTree in org.tinspin.index.rtree
Methods in org.tinspin.index.rtree that return RTree Modifier and Type Method Description static <T> RTree<T>RTree. createRStar(int dims)Methods in org.tinspin.index.rtree with parameters of type RTree Modifier and Type Method Description static <T> RTreeIterator<T>RTreeIterator. createExactMatch(RTree<T> tree, double[] min, double[] max)Constructors in org.tinspin.index.rtree with parameters of type RTree Constructor Description RTreeIterator(RTree<T> tree, double[] min, double[] max)RTreeQuery1nn(RTree<T> tree)
-