| Package | Description |
|---|---|
| org.tinspin.index | |
| org.tinspin.index.array | |
| org.tinspin.index.kdtree | |
| org.tinspin.index.phtree | |
| org.tinspin.index.qthypercube | |
| org.tinspin.index.qtplain | |
| org.tinspin.index.rtree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PointIndex<T> |
interface |
RectangleIndex<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PointIndexWrapper<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PointArray<T> |
class |
RectArray<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
KDTree<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 |
PHTreeP<T> |
class |
PHTreeR<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeKD<T>
This is a MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
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 |
QuadTreeKD0<T>
A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
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 © 2017. All rights reserved.