TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled.See: Description
| Interface | Description |
|---|---|
| DiskMemTileCacheVisitor |
A visitor to collect information about tiles in a DiskMemTileCache.
|
| Class | Description |
|---|---|
| BasicCacheVisitor |
A basic visitor class for
DiskMemTileCache that can be used
to examine cache contents. |
| DiskCachedTile |
A managed tile class for
DiskMemTileCache. |
| DiskMemTileCache |
This class implements JAI TileCache.
|
| TileAccessTimeComparator |
This is the default comparator for CachedTile objects used by
DiskMemTileCache to determine priority of tiles for
storage in memory.
|
| Enum | Description |
|---|---|
| BasicCacheVisitor.Key |
Defines keys to filter the tles visited
|
| DiskCachedTile.TileAction |
Constants identifying tile actions.
|
| Exception | Description |
|---|---|
| DiskCacheFailedException |
Exception thrown when by (@code DiskMemTileCache} when a an attempt
to cache a tile to disk has failed.
|
| DiskMemCacheException |
Base exception class for
DiskMemTileCache errors. |
| TileNotResidentException |
Exception thrown when by
DiskMemTileCache when a tile was
not resident in cache memory when required to be. |
TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled.Copyright © 2009–2020. All rights reserved.