| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PointIndexWrapper<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> PointIndex<T> |
PointIndexWrapper.create(RectangleIndex<T> ind) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointArray<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> |
| 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.
|
| 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.
|
Copyright © 2017. All rights reserved.