Uses of Interface
org.jaitools.tilecache.DiskMemTileCacheVisitor

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

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

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