public abstract class AbstractSpatialIndex extends java.lang.Object implements SpatialIndex
| Constructor and Description |
|---|
AbstractSpatialIndex() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Indexable> |
getItemsInRegion(double xMin,
double yMin,
double xMax,
double yMax)
Get all indexable objects in a region.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemsInRegion, insertpublic java.util.Collection<Indexable> getItemsInRegion(double xMin, double yMin, double xMax, double yMax)
SpatialIndexgetItemsInRegion in interface SpatialIndexxMin - The minimum X value.yMin - The minimum Y value.xMax - The maximum X value.yMax - The maximum Y value.