| Package | Description |
|---|---|
| com.github.davidmoten.rtree |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitterQuadratic |
class |
SplitterRStar |
| Modifier and Type | Method and Description |
|---|---|
Splitter |
Context.splitter() |
| Modifier and Type | Method and Description |
|---|---|
static RTree.Builder |
RTree.splitter(Splitter splitter)
Sets the
Splitter to use when maxChildren is reached. |
RTree.Builder |
RTree.Builder.splitter(Splitter splitter)
Sets the
Splitter to use when maxChildren is reached. |
| Constructor and Description |
|---|
Context(int minChildren,
int maxChildren,
Selector selector,
Splitter splitter,
Factory<T,S> factory)
Constructor.
|
Copyright © 2013–2023. All rights reserved.