Uses of Class
org.deegree.coverage.raster.data.container.RasterDataContainerFactory.LoadingPolicy

Packages that use RasterDataContainerFactory.LoadingPolicy
org.deegree.coverage.raster.data.container This package contains the container classes which hide the actual loading of pixel data from the rasterdata. 
org.deegree.coverage.raster.io Defines the io operations for reading and writing rasters (not the data). 
 

Uses of RasterDataContainerFactory.LoadingPolicy in org.deegree.coverage.raster.data.container
 

Methods in org.deegree.coverage.raster.data.container that return RasterDataContainerFactory.LoadingPolicy
static RasterDataContainerFactory.LoadingPolicy RasterDataContainerFactory.getDefaultLoadingPolicy()
           
static RasterDataContainerFactory.LoadingPolicy RasterDataContainerFactory.LoadingPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RasterDataContainerFactory.LoadingPolicy[] RasterDataContainerFactory.LoadingPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.coverage.raster.data.container with parameters of type RasterDataContainerFactory.LoadingPolicy
 RasterDataContainer MemoryRasterDataContainer.getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
           
 RasterDataContainer LazyRasterDataContainer.getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
           
 RasterDataContainer RasterDataContainerProvider.getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
          Returns a new RasterDataContainer for given type or null, if the implementation doesn't provide this type.
 RasterDataContainer CachedRasterDataContainer.getRasterDataContainer(RasterDataContainerFactory.LoadingPolicy type)
           
static void RasterDataContainerFactory.setDefaultLoadingPolicy(RasterDataContainerFactory.LoadingPolicy policy)
          Sets the default loading policy for all new raster container.
static RasterDataContainer RasterDataContainerFactory.withLoadingPolicy(RasterDataReader reader, RasterDataContainerFactory.LoadingPolicy policy)
          Create a RasterDataContainer for given LoadingPolicy.
 

Uses of RasterDataContainerFactory.LoadingPolicy in org.deegree.coverage.raster.io
 

Methods in org.deegree.coverage.raster.io that return RasterDataContainerFactory.LoadingPolicy
 RasterDataContainerFactory.LoadingPolicy RasterIOOptions.getLoadingPolicy()
           
 



Copyright © 2011. All Rights Reserved.