Uses of Interface
org.tinspin.index.RectangleIndex
-
Packages that use RectangleIndex 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 RectangleIndex in org.tinspin.index
Methods in org.tinspin.index with parameters of type RectangleIndex Modifier and Type Method Description static <T> PointIndex<T>PointIndexWrapper. create(RectangleIndex<T> ind) -
Uses of RectangleIndex in org.tinspin.index.array
Classes in org.tinspin.index.array that implement RectangleIndex Modifier and Type Class Description classRectArray<T> -
Uses of RectangleIndex in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement RectangleIndex Modifier and Type Class Description classPHTreeR<T> -
Uses of RectangleIndex in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement RectangleIndex Modifier and Type Class Description classQuadTreeRKD<T>A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle. -
Uses of RectangleIndex in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement RectangleIndex Modifier and Type Class Description classQuadTreeRKD0<T>A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle. -
Uses of RectangleIndex in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement RectangleIndex Modifier and Type Class Description classRTree<T>R*Tree implementation based on the paper from Beckmann, N.; Kriegel, H.
-