Uses of Interface
org.tinspin.index.PointIndex
-
-
Uses of PointIndex in org.tinspin.index
Classes in org.tinspin.index that implement PointIndex Modifier and Type Class Description classPointIndexWrapper<T>Methods in org.tinspin.index that return PointIndex Modifier and Type Method Description static <T> PointIndex<T>PointIndexWrapper. create(RectangleIndex<T> ind) -
Uses of PointIndex in org.tinspin.index.array
Classes in org.tinspin.index.array that implement PointIndex Modifier and Type Class Description classPointArray<T> -
Uses of PointIndex in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement PointIndex Modifier and Type Class Description classCoverTree<T>A 'faster' CoverTree implementation based on the paper: "Faster Cover Trees", Mike Izbicki, Christian R. -
Uses of PointIndex in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement PointIndex Modifier and Type Class Description classKDTree<T>A simple KD-Tree implementation. -
Uses of PointIndex in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement PointIndex Modifier and Type Class Description classPHTreeP<T> -
Uses of PointIndex in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement PointIndex 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. -
Uses of PointIndex in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement PointIndex 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 PointIndex in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement PointIndex 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.
-