Uses of Class
jaitools.tilecache.DiskCachedTile

Packages that use DiskCachedTile
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 DiskCachedTile in jaitools.tilecache
 

Fields in jaitools.tilecache with type parameters of type DiskCachedTile
protected  List<DiskCachedTile> DiskMemTileCache.sortedResidentTiles
           
protected  Map<Object,DiskCachedTile> DiskMemTileCache.tiles
          Map of all cached tiles.
 

Methods in jaitools.tilecache that return types with arguments of type DiskCachedTile
 Collection<DiskCachedTile> BasicCacheVisitor.getTiles()
          Returns an unmodifiable collection of tiles retrieved from the cache.
 

Methods in jaitools.tilecache with parameters of type DiskCachedTile
 void DiskMemTileCacheVisitor.visit(DiskCachedTile tile, boolean isResident)
          Called by the cache once for each tile
 void BasicCacheVisitor.visit(DiskCachedTile tile, boolean isResident)
          This method is called by the cache for each tile in turn.
 



Copyright © 2009-2011. All Rights Reserved.