| Package | Description |
|---|---|
| com.github.davidmoten.rtreemulti | |
| com.github.davidmoten.rtreemulti.geometry | |
| com.github.davidmoten.rtreemulti.geometry.internal |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entry<T,S>> |
RTree.nearest(Point p,
double maxDistance,
int maxCount)
Returns the nearest k entries (k=maxCount) to the given point where the
entries are strictly less than a given maximum distance from the point.
|
Iterable<Entry<T,S>> |
RTree.search(Point p)
|
Iterable<Entry<T,S>> |
RTree.search(Point p,
double maxDistance)
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.create(double... x) |
static Point |
Point.create(List<? extends Number> x) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointDouble |
Copyright © 2013–2022. All rights reserved.