Uses of Interface
jaitools.tilecache.DiskMemTileCacheVisitor

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

Classes in jaitools.tilecache that implement DiskMemTileCacheVisitor
 class BasicCacheVisitor
          A basic visitor class for DiskMemTileCache that can be used to examine cache contents.
 

Methods in jaitools.tilecache with parameters of type DiskMemTileCacheVisitor
 void DiskMemTileCache.accept(DiskMemTileCacheVisitor visitor)
          Accepts a DiskMemCacheVisitor object and calls its visit method for each tile in the cache.
 



Copyright © 2009-2011. All Rights Reserved.