Uses of Class
de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialIndexTree

Packages that use SpatialIndexTree
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants R*-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
 

Uses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
 

Subclasses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
 class AbstractRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for index structures based on a R*-Tree.
 class NonFlatRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for all non-flat R*-Tree variants.
 

Uses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 

Subclasses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 class DeLiCluTree
          DeLiCluTree is a spatial index structure based on an R-TRee.
 class DeLiCluTreeIndex<O extends NumberVector<?,?>>
          The common use of the DeLiClu tree: indexing number vectors.
 

Uses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 

Subclasses of SpatialIndexTree in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 class RStarTree
          RStarTree is a spatial index structure based on the concepts of the R*-Tree.
 class RStarTreeIndex<O extends NumberVector<?,?>>
          The common use of the rstar tree: indexing number vectors.
 


Release 0.4.0 (2011-09-20_1324)