| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Leaf<T,S extends Geometry> |
interface |
NonLeaf<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
Node<T,S> |
NonLeaf.child(int i) |
<T,S extends Geometry> |
SelectorRStar.select(Geometry g,
List<? extends Node<T,S>> nodes) |
<T,S extends Geometry> |
Selector.select(Geometry g,
List<? extends Node<T,S>> nodes)
Returns the node from a list of nodes that an object with the given
geometry would be added to.
|
<T,S extends Geometry> |
SelectorMinimalOverlapArea.select(Geometry g,
List<? extends Node<T,S>> nodes) |
<T,S extends Geometry> |
SelectorMinimalAreaIncrease.select(Geometry g,
List<? extends Node<T,S>> nodes) |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T,S>> |
Node.add(Entry<? extends T,? extends S> entry) |
List<Node<T,S>> |
NonLeaf.children()
Returns a list of children nodes.
|
Optional<? extends Node<T,S>> |
RTree.root() |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
SerializerHelper.create(Optional<Node<T,S>> root,
int size,
Context<T,S> context) |
NonLeaf<T,S> |
NonLeafFactory.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
<T,S extends Geometry> |
SelectorRStar.select(Geometry g,
List<? extends Node<T,S>> nodes) |
<T,S extends Geometry> |
Selector.select(Geometry g,
List<? extends Node<T,S>> nodes)
Returns the node from a list of nodes that an object with the given
geometry would be added to.
|
<T,S extends Geometry> |
SelectorMinimalOverlapArea.select(Geometry g,
List<? extends Node<T,S>> nodes) |
<T,S extends Geometry> |
SelectorMinimalAreaIncrease.select(Geometry g,
List<? extends Node<T,S>> nodes) |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
FactoryFlatBuffers.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
LeafDefault<T,S extends Geometry> |
class |
NonLeafDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
Node<T,S> |
NonLeafDefault.child(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T,S>> |
NonLeafDefault.add(Entry<? extends T,? extends S> entry) |
List<Node<T,S>> |
LeafDefault.add(Entry<? extends T,? extends S> entry) |
static <T,S extends Geometry> |
LeafHelper.add(Entry<? extends T,? extends S> entry,
Leaf<T,S> leaf) |
static <T,S extends Geometry> |
NonLeafHelper.add(Entry<? extends T,? extends S> entry,
NonLeaf<T,S> node) |
List<Node<T,S>> |
NonLeafDefault.children() |
Optional<? extends Node<T,S>> |
NodeAndEntries.node() |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
FactoryDefault.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Constructor and Description |
|---|
NodeAndEntries(Optional<? extends Node<T,S>> node,
List<Entry<T,S>> entries,
int countDeleted)
Constructor.
|
NonLeafDefault(List<? extends Node<T,S>> children,
Context<T,S> context) |
Copyright © 2013–2023. All rights reserved.