Uses of Interface
org.tinspin.index.Index
-
-
Uses of Index in org.tinspin.index
Subinterfaces of Index in org.tinspin.index Modifier and Type Interface Description interfacePointIndex<T>A common interface for spatial indexes (maps) that use points as keys.interfacePointIndexMM<T>A common interface for spatial indexes (multimaps) that use points as keys.interfaceRectangleIndex<T>interfaceRectangleIndexMM<T>A common interface for spatial indexes (multimaps) that use rectangles as keys.Classes in org.tinspin.index that implement Index Modifier and Type Class Description classPointIndexMMWrapper<T>classPointIndexWrapper<T> -
Uses of Index in org.tinspin.index.array
Classes in org.tinspin.index.array that implement Index Modifier and Type Class Description classPointArray<T>classRectArray<T> -
Uses of Index in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement Index Modifier and Type Class Description classCoverTree<T>A 'faster' CoverTree implementation based on the paper: "Faster Cover Trees", Mike Izbicki, Christian R. -
Uses of Index in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement Index Modifier and Type Class Description classKDTree<T>A simple KD-Tree implementation. -
Uses of Index in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement Index Modifier and Type Class Description classPHTreeMMP<T>Multimap version of the PH-Tree.classPHTreeP<T>classPHTreeR<T> -
Uses of Index in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index Modifier and Type Class Description classQuadTreeKD<T>This is a MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle.classQuadTreeRKD<T>A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle. -
Uses of Index in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement Index Modifier and Type Class Description classQuadTreeKD2<T>This is a MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle. -
Uses of Index in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index Modifier and Type Class Description classQuadTreeKD0<T>A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle.classQuadTreeRKD0<T>A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and (if desired) automatic guessing of root rectangle. -
Uses of Index in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Index Modifier and Type Class Description classRTree<T>R*Tree implementation based on the paper from Beckmann, N.; Kriegel, H.
-