| Modifier and Type | Interface and Description |
|---|---|
static interface |
SpatialIndex.SearchCb<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
insert(Box box,
T item) |
boolean |
remove(Box box,
T item) |
java.util.List<T> |
search(Box bbox,
java.util.List<T> results) |
boolean |
search(Box bbox,
SpatialIndex.SearchCb<T> cb,
java.lang.Object context) |
int |
size() |