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, wait
getItemsInRegion, insert
public java.util.Collection<Indexable> getItemsInRegion(double xMin, double yMin, double xMax, double yMax)
SpatialIndex
getItemsInRegion
in interface SpatialIndex
xMin
- The minimum X value.yMin
- The minimum Y value.xMax
- The maximum X value.yMax
- The maximum Y value.