| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Method and Description |
|---|---|
Leaf<T,S> |
LeafFactory.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
Leaf<T,S> |
FactoryFlatBuffers.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
LeafDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
Leaf<T,S> |
FactoryDefault.createLeaf(List<Entry<T,S>> entries,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
LeafHelper.add(Entry<? extends T,? extends S> entry,
Leaf<T,S> leaf) |
static <T,S extends Geometry> |
LeafHelper.delete(Entry<? extends T,? extends S> entry,
boolean all,
Leaf<T,S> leaf) |
static <T,S extends Geometry> |
LeafHelper.search(rx.functions.Func1<? super Geometry,Boolean> condition,
rx.Subscriber<? super Entry<T,S>> subscriber,
Leaf<T,S> leaf) |
Copyright © 2013–2023. All rights reserved.