| Package | Description |
|---|---|
| com.github.davidmoten.rtree2 | |
| com.github.davidmoten.rtree2.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 |
FactoryDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
FactoryDefault.instance() |
Copyright © 2013–2022. All rights reserved.