Package ca.spatial.table
Interface SpatialIndex
- All Known Implementing Classes:
ShapeSpatialIndex
public interface SpatialIndex
An interface to support indexed spatial data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dump(PrintStream out)
getSelection(Extent2D e)
getSelection(Extent2D e, int offset)
-
Method Details
-
getExtent
Extent2D getExtent() -
getSelection
-
getSelection
-
dump
-