| Package | Description |
|---|---|
| com.github.davidmoten.geo.mem |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Info<T,R>> |
Geomem.find(double topLeftLat,
double topLeftLong,
double bottomRightLat,
double bottomRightLong,
long start,
long finish)
Returns as an
Iterable the results of a search within the
bounding box given and where start <=time < finish. |
| Modifier and Type | Method and Description |
|---|---|
void |
Geomem.add(Info<T,R> info)
Adds a record to the in-memory store with the given position, time and
id.
|
Copyright © 2013-2014. All Rights Reserved.