Uses of Class
org.jaitools.tilecache.DiskMemCacheException

Packages that use DiskMemCacheException
org.jaitools.tilecache An implementation of TileCache which can use disk caching to supplement memory, allowing large volumes of image data to be handled. 
 

Uses of DiskMemCacheException in org.jaitools.tilecache
 

Subclasses of DiskMemCacheException in org.jaitools.tilecache
 class DiskCacheFailedException
          Exception thrown when by (@code DiskMemTileCache} when a an attempt to cache a tile to disk has failed.
 class TileNotResidentException
          Exception thrown when by DiskMemTileCache when a tile was not resident in cache memory when required to be.
 



Copyright © 2009-2015. All Rights Reserved.