Uses of Class
org.jaitools.tilecache.DiskMemTileCache

Packages that use DiskMemTileCache
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. 
 

Uses of DiskMemTileCache in org.jaitools.tiledimage
 

Fields in org.jaitools.tiledimage declared as DiskMemTileCache
protected  DiskMemTileCache DiskMemImage.tileCache
          The tile cache in use by this image.
 

Methods in org.jaitools.tiledimage that return DiskMemTileCache
static DiskMemTileCache DiskMemImage.getCommonTileCache()
          Get the common tile cache.
 DiskMemTileCache DiskMemImage.getTileCache()
          Gets a reference to the DiskMemTileCache instance used by this image.
 

Methods in org.jaitools.tiledimage with parameters of type DiskMemTileCache
static void DiskMemImage.setCommonTileCache(DiskMemTileCache newCache)
          Sets a new common cache.
 



Copyright © 2009-2015. All Rights Reserved.