
| Class | Description | 
|---|---|
| RStarTree | RStarTree is a spatial index structure based on the concepts of the R*-Tree. | 
| RStarTreeFactory<O extends NumberVector<?>> | Factory for regular R*-Trees. | 
| RStarTreeFactory.Parameterizer<O extends NumberVector<?>> | Parameterization class. | 
| RStarTreeIndex<O extends NumberVector<?>> | The common use of the rstar tree: indexing number vectors. | 
| RStarTreeNode | Represents a node in an R*-Tree. |