Uses of Class
org.jaitools.tilecache.DiskCachedTile

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

Fields in org.jaitools.tilecache with type parameters of type DiskCachedTile
protected  List<DiskCachedTile> DiskMemTileCache.sortedResidentTiles
          Tiles sorted according to the current tile priority comparator.
protected  Map<Object,DiskCachedTile> DiskMemTileCache.tiles
          Map of all cached tiles.
 

Methods in org.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 org.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-2015. All Rights Reserved.