| Package | Description |
|---|---|
| org.tinspin.index | |
| org.tinspin.index.array | |
| org.tinspin.index.phtree | |
| org.tinspin.index.qthypercube | |
| org.tinspin.index.qtplain | |
| org.tinspin.index.rtree |
| Modifier and Type | Method and Description |
|---|---|
static <T> PointIndex<T> |
PointIndexWrapper.create(RectangleIndex<T> ind) |
| Modifier and Type | Class and Description |
|---|---|
class |
RectArray<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PHTreeR<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeRKD<T>
A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeRKD0<T>
A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTree<T>
R*Tree implementation based on the paper from
Beckmann, N.; Kriegel, H.
|
Copyright © 2018. All rights reserved.