Uses of Interface
org.tinspin.index.PointMultimap
-
-
Uses of PointMultimap in org.tinspin.index
Methods in org.tinspin.index that return PointMultimap Modifier and Type Method Description static <T> PointMultimap<T>PointMultimap.Factory. createAndLoadStrRTree(int dims, RTreeEntry<T>[] entries)Create an STR-loaded R*Tree.static <T> PointMultimap<T>PointMultimap.Factory. createArray(int dims, int size)Create an array backed PointMap.static <T> PointMultimap<T>PointMultimap.Factory. createKdTree(int dims)Create a kD-Tree.static <T> PointMultimap<T>PointMultimap.Factory. createKdTree(IndexConfig cfg)Create a kD-Tree.static <T> PointMultimap<T>PointMultimap.Factory. createPhTree(int dims)Create a PH-Tree.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtree(int dims)Create a plain Quadtree.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtree(int dims, int maxNodeCapacity, double[] center, double radius)Create a plain Quadtree.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtreeHC(int dims)Create a Quadtree with hypercube navigation.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtreeHC(int dims, int maxNodeCapacity, double[] center, double radius)Create a plain Quadtree.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtreeHC2(int dims)Create a Quadtree with hypercube navigation.static <T> PointMultimap<T>PointMultimap.Factory. createQuadtreeHC2(int dims, int maxNodeCapacity, double[] center, double radius)Create a plain Quadtree.static <T> PointMultimap<T>PointMultimap.Factory. createRStarTree(int dims)Create an R*Tree. -
Uses of PointMultimap in org.tinspin.index.array
Classes in org.tinspin.index.array that implement PointMultimap Modifier and Type Class Description classPointArray<T> -
Uses of PointMultimap in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement PointMultimap Modifier and Type Class Description classKDTree<T>A simple KD-Tree implementation. -
Uses of PointMultimap in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement PointMultimap Modifier and Type Class Description classPHTreeMMP<T>Multimap version of the PH-Tree. -
Uses of PointMultimap in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement PointMultimap 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 PointMultimap in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement PointMultimap 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 PointMultimap in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement PointMultimap 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. -
Uses of PointMultimap in org.tinspin.index.util
Classes in org.tinspin.index.util that implement PointMultimap Modifier and Type Class Description classPointMultimapWrapper<T>Methods in org.tinspin.index.util that return PointMultimap Modifier and Type Method Description static <T> PointMultimap<T>PointMultimapWrapper. create(BoxMultimap<T> ind)
-