| Package | Description |
|---|---|
| org.jaitools.tilecache |
An implementation of
TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled. |
| org.jaitools.tiledimage |
A writable tiled image class similar to JAI's
TiledImage but backed
by DiskMemTileCache to handle very large images
within limited memory. |
| Class and Description |
|---|
| BasicCacheVisitor.Key
Defines keys to filter the tles visited
|
| DiskCachedTile
A managed tile class for
DiskMemTileCache. |
| DiskCachedTile.TileAction
Constants identifying tile actions.
|
| 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. |
| DiskMemTileCacheVisitor
A visitor to collect information about tiles in a DiskMemTileCache.
|
| TileNotResidentException
Exception thrown when by
DiskMemTileCache when a tile was
not resident in cache memory when required to be. |
| Class and Description |
|---|
| DiskMemTileCache
This class implements JAI TileCache.
|
Copyright © 2009–2018. All rights reserved.