public class SpatialCache extends Object
Constructor and Description |
---|
SpatialCache() |
Modifier and Type | Method and Description |
---|---|
void |
clearAll() |
int |
getMaxFeatures() |
void |
insert(Envelope bounds,
Geometry geom) |
void |
insert(Envelope itemEnv,
Object item) |
boolean |
isEnabled() |
List |
query(Envelope searchEnv) |
void |
query(Envelope searchEnv,
Visitor visitor) |
void |
remove(Envelope bounds,
Geometry geom) |
boolean |
remove(Envelope itemEnv,
Object item) |
void |
setEnabled(boolean enabled) |
void |
setMaxFeatures(int maxFeatures) |
int |
size() |