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 interfaceBoxMap<T>interfaceBoxMultimap<T>A common interface for spatial indexes (multimaps) that use boxes as keys.interfacePointMap<T>A common interface for spatial indexes (maps) that use points as keys.interfacePointMultimap<T>A common interface for spatial indexes (multimaps) that use points as keys. -
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: -
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. -
Uses of Index in org.tinspin.index.util
Classes in org.tinspin.index.util that implement Index Modifier and Type Class Description classPointMapWrapper<T>classPointMultimapWrapper<T>
-