Uses of Package
jaitools.tilecache

Packages that use jaitools.tilecache
jaitools.tilecache An implementation of TileCache which can use disk caching to supplement memory, allowing large volumes of image data to be handled. 
jaitools.tiledimage A writable tiled image class similar to JAI's TiledImage but backed by DiskMemTileCache to handle very large images within limited memory. 
 

Classes in jaitools.tilecache used by jaitools.tilecache
BasicCacheVisitor.Key
          Defines keys to filter the tles visited
DiskCachedTile
          A managed tile class for DiskMemTileCache.
DiskCachedTile.TileAction
           
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.
 

Classes in jaitools.tilecache used by jaitools.tiledimage
DiskMemTileCache
          This class implements JAI TileCache.
 



Copyright © 2009-2011. All Rights Reserved.