| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
NonLeafFactory.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| 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 |
NonLeafDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
FactoryDefault.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
NonLeafHelper.add(Entry<? extends T,? extends S> entry,
NonLeaf<T,S> node) |
static <T,S extends Geometry> |
NonLeafHelper.delete(Entry<? extends T,? extends S> entry,
boolean all,
NonLeaf<T,S> node) |
static <T,S extends Geometry> |
NonLeafHelper.search(rx.functions.Func1<? super Geometry,Boolean> criterion,
rx.Subscriber<? super Entry<T,S>> subscriber,
NonLeaf<T,S> node) |
Copyright © 2013–2023. All rights reserved.