| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Method and Description |
|---|---|
Context<T,S> |
Node.context() |
Context<T,S> |
RTree.context()
Returns a
Context containing the configuration of the RTree at the
time of instantiation. |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
SerializerHelper.create(Optional<Node<T,S>> root,
int size,
Context<T,S> context) |
Leaf<T,S> |
LeafFactory.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
NonLeaf<T,S> |
NonLeafFactory.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
Leaf<T,S> |
FactoryFlatBuffers.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
NonLeaf<T,S> |
FactoryFlatBuffers.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
Context<T,S> |
NonLeafDefault.context() |
Context<T,S> |
LeafDefault.context() |
| Modifier and Type | Method and Description |
|---|---|
Leaf<T,S> |
FactoryDefault.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
NonLeaf<T,S> |
FactoryDefault.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Constructor and Description |
|---|
LeafDefault(List<Entry<T,S>> entries,
Context<T,S> context) |
NonLeafDefault(List<? extends Node<T,S>> children,
Context<T,S> context) |
Copyright © 2013–2023. All rights reserved.