Uses of Interface
org.tinspin.index.RectangleIndexMM
-
Packages that use RectangleIndexMM Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree -
-
Uses of RectangleIndexMM in org.tinspin.index
Methods in org.tinspin.index with parameters of type RectangleIndexMM Modifier and Type Method Description static <T> PointIndexMM<T>PointIndexMMWrapper. create(RectangleIndexMM<T> ind) -
Uses of RectangleIndexMM in org.tinspin.index.array
Classes in org.tinspin.index.array that implement RectangleIndexMM Modifier and Type Class Description classRectArray<T> -
Uses of RectangleIndexMM in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement RectangleIndexMM 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 RectangleIndexMM in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement RectangleIndexMM 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 RectangleIndexMM in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement RectangleIndexMM Modifier and Type Class Description classRTree<T>R*Tree implementation based on the paper from Beckmann, N.; Kriegel, H.
-