| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
Factories.defaultFactory() |
Factory<T,S> |
Context.factory() |
| Modifier and Type | Method and Description |
|---|---|
RTree.Builder |
RTree.Builder.factory(Factory<?,? extends Geometry> factory) |
| Constructor and Description |
|---|
Context(int minChildren,
int maxChildren,
Selector selector,
Splitter splitter,
Factory<T,S> factory)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryFlatBuffers<T,S extends Geometry>
Conserves memory in comparison to
FactoryDefault especially for
larger maxChildren by saving Leaf objects to byte arrays and using
FlatBuffers to access the byte array. |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
FactoryDefault.instance() |
Copyright © 2013–2023. All rights reserved.