Uses of Class
org.deegree.coverage.raster.cache.RasterCache

Packages that use RasterCache
org.deegree.coverage.raster.cache   
 

Uses of RasterCache in org.deegree.coverage.raster.cache
 

Methods in org.deegree.coverage.raster.cache that return RasterCache
static RasterCache RasterCache.getInstance()
          Gets an instance of a data cache which uses the default directory as the cache directory.
static RasterCache RasterCache.getInstance(File directory, boolean create)
          Gets an instance of a data cache which uses the given directory as the cache directory.
static RasterCache RasterCache.getInstance(RasterIOOptions options)
          Gets an instance of a data cache which uses the given options to instantiate a cache.
 

Methods in org.deegree.coverage.raster.cache with parameters of type RasterCache
static CacheRasterReader CacheRasterReader.createFromCache(RasterReader reader, File cacheFile, RasterCache cache)
          Creates a CachedRasterReader from the given cacheFile.
 

Constructors in org.deegree.coverage.raster.cache with parameters of type RasterCache
CacheRasterReader(ByteBuffer filledBuffer, int width, int height, File cacheFile, boolean shouldCreateCachefile, RasterDataInfo dataInfo, RasterGeoReference geoReference, RasterCache cache)
          Create a cached raster from the given bytebuffer.
CacheRasterReader(RasterReader cachedReader, File cacheFile, RasterCache cache)
           
 



Copyright © 2011. All Rights Reserved.