Uses of Class
org.deegree.coverage.raster.data.info.InterleaveType

Packages that use InterleaveType
org.deegree.coverage.raster.data This package contains the pixel-level raster parts. 
org.deegree.coverage.raster.data.info   
 

Uses of InterleaveType in org.deegree.coverage.raster.data
 

Methods in org.deegree.coverage.raster.data with parameters of type InterleaveType
static ByteBufferRasterData RasterDataFactory.createRasterData(int width, int height, BandType[] bands, DataType dataType, InterleaveType interleaveType, boolean addToCache)
          Creates a RasterData object object with given size, number of bands, data type and interleaving
static ByteBufferRasterData RasterDataFactory.createRasterData(int width, int height, BandType[] bands, DataType dataType, InterleaveType interleaveType, RasterGeoReference geoRef, ByteBuffer byteBuffer, boolean createCacheFile, String cacheId)
          Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray.
static ByteBufferRasterData RasterDataFactory.createRasterData(int width, int height, BandType[] bands, DataType dataType, InterleaveType interleaveType, RasterReader reader, boolean addToCache)
          Creates a RasterData object object with given size, number of bands, data type and interleaving
 

Uses of InterleaveType in org.deegree.coverage.raster.data.info
 

Fields in org.deegree.coverage.raster.data.info declared as InterleaveType
 InterleaveType RasterDataInfo.interleaveType
          Interleave information
 

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

Constructors in org.deegree.coverage.raster.data.info with parameters of type InterleaveType
RasterDataInfo(BandType[] bandInfo, DataType dataType, InterleaveType interleaveType)
          create a new RasterDataInfo and initialize the no data pixel with null.
RasterDataInfo(byte[] noDataPixel, BandType[] bandInfo, DataType dataType, InterleaveType interleaveType)
           
 



Copyright © 2011. All Rights Reserved.