| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.geometry |
| Modifier and Type | Class and Description |
|---|---|
class |
Entry<T,S extends Geometry>
An entry in the R-tree which has a spatial representation.
|
| Modifier and Type | Field and Description |
|---|---|
static rx.functions.Func1<ListPair<? extends HasGeometry>,Double> |
Functions.overlapListPair |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasGeometry> |
Comparators.areaIncreaseComparator(Rectangle r) |
static <T extends HasGeometry> |
Comparators.overlapAreaComparator(Rectangle r,
List<T> list)
Returns a
Comparator that is a normal Double comparator for the
total of the areas of overlap of the members of the list with the
rectangle r. |
<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> |
SplitterRStar.split(List<T> items,
int minSize) |
<T extends HasGeometry> |
SplitterQuadratic.split(List<T> items,
int minSize) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<HasGeometry> |
Comparators.areaComparator(Rectangle r) |
static rx.functions.Func1<HasGeometry,Double> |
Functions.areaIncrease(Rectangle r) |
static <T extends HasGeometry> |
Comparators.areaIncreaseComparator(Rectangle r) |
static rx.functions.Func1<HasGeometry,Double> |
Functions.overlapArea(Rectangle r,
List<? extends HasGeometry> list) |
static <T extends HasGeometry> |
Comparators.overlapAreaComparator(Rectangle r,
List<T> list)
Returns a
Comparator that is a normal Double comparator for the
total of the areas of overlap of the members of the list with the
rectangle r. |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
Util.mbr(Collection<? extends HasGeometry> items)
Returns the minimum bounding rectangle of a number of items.
|
static rx.functions.Func1<HasGeometry,Double> |
Functions.overlapArea(Rectangle r,
List<? extends HasGeometry> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
Group<T extends HasGeometry> |
class |
ListPair<T extends HasGeometry>
Not thread safe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Group<T extends HasGeometry> |
class |
Rectangle |
Copyright © 2013–2015. All rights reserved.