public class RTree<T> extends AbstractSpatialIndex<T>
| Constructor and Description |
|---|
RTree() |
RTree(int minEntries,
int maxEntries) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
void |
put(BoundingBox envelope,
T object) |
boolean |
remove(BoundingBox envelope,
T object) |
void |
visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
void |
visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
visit(Visitor<T> visitor) |
find, find, findAllpublic int getSize()
public void put(BoundingBox envelope, T object)
public boolean remove(BoundingBox envelope, T object)
public void visit(BoundingBox envelope, Filter<T> filter, Visitor<T> visitor)
public void visit(BoundingBox envelope, Visitor<T> visitor)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.