| Interface | Description |
|---|---|
| BitmapReader |
Interface for reading map tiles into a bitmap
|
| Class | Description |
|---|---|
| DatasetTileReader | |
| GdalTileReader |
Reads bitmap tiles from a GDAL-supported image
|
| MobileTileReader |
Read bitmap tiles from a mobac dataset, or really any provider which has
a
TileClient implementation |
| MosaicTileReader |
Used for reading bitmap tiles from a
MosaicDatabase2
Consists of multiple GdalTileReader per each dataset in the mosaic |
| MultiLayerTileReader |
Tile reader that reads from multiple cross-compatible bitmap readers
Compatibility in this case means all readers use the same projection,
number of levels, etc.
|
| NativeTileReader |
Read bitmap tiles from a native dataset
|
| TileBitmap |
A bitmap with an associated level, column, and row
|