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

Packages that use DataType
org.deegree.coverage.raster.data This package contains the pixel-level raster parts. 
org.deegree.coverage.raster.data.info   
org.deegree.coverage.raster.data.nio   
org.deegree.coverage.raster.io Defines the io operations for reading and writing rasters (not the data). 
org.deegree.coverage.raster.io.grid   
org.deegree.coverage.raster.utils   
 

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

Methods in org.deegree.coverage.raster.data that return DataType
 DataType TiledRasterData.getDataType()
           
 DataType RasterData.getDataType()
          Returns the data type of the raster.
 

Methods in org.deegree.coverage.raster.data with parameters of type DataType
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
static ByteBufferRasterData RasterDataFactory.createRasterData(int width, int height, DataType dataType, boolean addToCache)
          Creates a pixel-interleaved RasterData object with given size and data type
 

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

Fields in org.deegree.coverage.raster.data.info declared as DataType
 DataType RasterDataInfo.dataType
          The datatype of the data
 

Methods in org.deegree.coverage.raster.data.info that return DataType
static DataType DataType.fromDataBufferType(int type)
          Convert from DataBuffer-Types to DataTypes.
static DataType DataType.fromString(String type)
          Convert from a string to DataTypes.
 DataType RasterDataInfo.getDataType()
           
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.coverage.raster.data.info with parameters of type DataType
static int DataType.toDataBufferType(DataType type)
          Convert from DataTypes to DataBuffer-Types.
 

Constructors in org.deegree.coverage.raster.data.info with parameters of type DataType
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)
           
 

Uses of DataType in org.deegree.coverage.raster.data.nio
 

Methods in org.deegree.coverage.raster.data.nio that return DataType
 DataType ByteBufferRasterData.getDataType()
           
 

Uses of DataType in org.deegree.coverage.raster.io
 

Methods in org.deegree.coverage.raster.io with parameters of type DataType
static byte[] RasterIOOptions.createNoData(String[] bandValues, DataType type)
          Create a noData array from the given strings.
 

Uses of DataType in org.deegree.coverage.raster.io.grid
 

Constructors in org.deegree.coverage.raster.io.grid with parameters of type DataType
GridMetaInfoFile(RasterGeoReference geoReference, int rows, int columns, int tileRasterWidth, int tileRasterHeight, int bands, DataType dataType)
           
 

Uses of DataType in org.deegree.coverage.raster.utils
 

Methods in org.deegree.coverage.raster.utils with parameters of type DataType
static ByteBuffer RasterFactory.rasterToByteBuffer(Raster imageRaster, int x, int y, int width, int height, DataType type, ByteBuffer byteBuffer)
          Create a byte buffer from the given raster, the Bytebuffer will be filled row order, that is, pixel(0,0);(0,1)
 



Copyright © 2011. All Rights Reserved.