|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled.
See:
Description
| Interface Summary | |
|---|---|
| DiskMemTileCacheVisitor | A visitor to collect information about tiles in a DiskMemTileCache. |
| Class Summary | |
|---|---|
| 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 Summary | |
|---|---|
| BasicCacheVisitor.Key | Defines keys to filter the tles visited |
| DiskCachedTile.TileAction | Constants identifying tile actions. |
| Exception Summary | |
|---|---|
| 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. |
An implementation of TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||