| Class | Description |
|---|---|
| Bitmap |
A thin wrapper around
EWAHCompressedBitmap
to enable us to change bitmap implementations if need be. |
| BitmapVisualization |
Provides functionality for visualizing bitmaps.
|
| GeoavailabilityGrid |
Implements a bitmap-based spatial index that can be used to determine
whether or not data is stored within specified spatial regions.
|
| GeoavailabilityMap<T> |
Similar to the GeoavailabilityGrid, the GeoavailabilityMap allows arbitrary
spatial locations to be mapped to lists of data points.
|
| GeoavailabilityQuery |
Encapsulates a GeoavailabilityGrid query: a list of a coordinates that form
a polygon of interest that will be intersected with the grid points.
|
| QueryTransform |
Provides functionality for transforming
GeoavailabilityQuery
instances into Bitmaps that can be used with a GeoavailabilityGrid. |
| Exception | Description |
|---|---|
| BitmapException |