| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.geometry | |
| com.github.davidmoten.rtree.geometry.internal | |
| com.github.davidmoten.rtree.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entry<T,S extends Geometry> |
interface |
Leaf<T,S extends Geometry> |
interface |
Node<T,S extends Geometry> |
interface |
NonLeaf<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
<T extends HasGeometry> |
Splitter.split(List<T> items,
int minSize)
Splits a list of items into two lists of at least minSize.
|
<T extends HasGeometry> |
SplitterQuadratic.split(List<T> items,
int minSize) |
<T extends HasGeometry> |
SplitterRStar.split(List<T> items,
int minSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
Group<T extends HasGeometry> |
class |
ListPair<T extends HasGeometry>
Not thread safe.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Point |
interface |
Rectangle |
| Modifier and Type | Class and Description |
|---|---|
class |
Group<T extends HasGeometry> |
| Modifier and Type | Class and Description |
|---|---|
class |
PointDouble |
class |
PointFloat |
class |
RectangleDouble |
class |
RectangleFloat |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryDefault<T,S extends Geometry>
An entry in the R-tree which has a spatial representation.
|
class |
LeafDefault<T,S extends Geometry> |
class |
NonLeafDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasGeometry> |
Comparators.areaIncreaseThenAreaComparator(Rectangle r) |
static <T extends HasGeometry> |
Comparators.overlapAreaThenAreaIncreaseThenAreaComparator(Rectangle r,
List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasGeometry> |
Comparators.areaIncreaseThenAreaComparator(Rectangle r) |
static <T extends HasGeometry> |
Comparators.overlapAreaThenAreaIncreaseThenAreaComparator(Rectangle r,
List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
Util.mbr(Collection<? extends HasGeometry> items)
Returns the minimum bounding rectangle of a number of items.
|
Copyright © 2013–2023. All rights reserved.