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

Packages that use RasterDataInfo
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.cache   
org.deegree.coverage.raster.container   
org.deegree.coverage.raster.data This package contains the pixel-level raster parts. 
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.asc   
org.deegree.coverage.raster.io.grid   
org.deegree.coverage.raster.io.imageio This package contains ImageIO based raster reader and writer. 
org.deegree.coverage.raster.io.jai This package contains JAI based raster reader and writer. 
org.deegree.coverage.raster.io.xyz   
org.deegree.coverage.raster.utils   
org.deegree.protocol.wms.raster   
 

Uses of RasterDataInfo in org.deegree.coverage.raster
 

Methods in org.deegree.coverage.raster that return RasterDataInfo
abstract  RasterDataInfo AbstractRaster.getRasterDataInfo()
          Returns available information on the raster data.
 RasterDataInfo TiledRaster.getRasterDataInfo()
           
 RasterDataInfo MultiRangedRaster.getRasterDataInfo()
           
 RasterDataInfo SimpleRaster.getRasterDataInfo()
           
 

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

Constructors in org.deegree.coverage.raster.cache with parameters of type RasterDataInfo
CacheInfoFile(RasterGeoReference geoRef, int rows, int columns, int tileRasterWidth, int tileRasterHeight, RasterDataInfo rdi, int width, int height, boolean[][] tilesOnFile, long modificationTime)
           
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.
 

Uses of RasterDataInfo in org.deegree.coverage.raster.container
 

Methods in org.deegree.coverage.raster.container that return RasterDataInfo
 RasterDataInfo GriddedTileContainer.getRasterDataInfo()
           
 RasterDataInfo DiskBasedTileContainer.getRasterDataInfo()
           
 RasterDataInfo IndexedMemoryTileContainer.getRasterDataInfo()
           
 RasterDataInfo TileContainer.getRasterDataInfo()
          Return the first tile of this container.
 RasterDataInfo MemoryTileContainer.getRasterDataInfo()
           
 

Constructors in org.deegree.coverage.raster.container with parameters of type RasterDataInfo
MemoryTileContainer(RasterGeoReference geoRasterRef, Envelope envelope, RasterDataInfo rasterDataInfo)
           
 

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

Fields in org.deegree.coverage.raster.data declared as RasterDataInfo
 RasterDataInfo DataView.dataInfo
          the view info on the raster data
 

Methods in org.deegree.coverage.raster.data that return RasterDataInfo
 RasterDataInfo TiledRasterData.getDataInfo()
           
 RasterDataInfo RasterData.getDataInfo()
          Returns an encapsulation of all available information of this raster data.
 

Methods in org.deegree.coverage.raster.data with parameters of type RasterDataInfo
static ByteBufferRasterData RasterDataFactory.createRasterData(int width, int height, RasterDataInfo rdi, 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, RasterDataInfo rdi, RasterGeoReference geoRef, ByteBuffer byteBuffer, boolean createCacheFile, String cacheId, RasterIOOptions options)
          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, RasterDataInfo dataInfo, RasterReader reader, boolean addToCache)
          Creates a RasterData object object with given size, number of bands, data type and interleaving.
static ByteBufferRasterData RasterDataFactory.createRasterData(RasterRect view, RasterDataInfo rdi, RasterGeoReference geoRef, ByteBuffer byteBuffer, boolean createCacheFile, String cacheId, RasterIOOptions options)
          Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray.
static ByteBufferRasterData RasterDataFactory.createRasterData(RasterRect view, RasterDataInfo dataInfo, RasterReader reader, boolean addToCache, RasterIOOptions options)
          Creates a RasterData object object with given view, number of bands, data type and interleaving.
 

Constructors in org.deegree.coverage.raster.data with parameters of type RasterDataInfo
DataView(int xOffset, int yOffset, int width, int height, RasterDataInfo viewOnData)
          Constructor if the info on the view on the data equals the original raster data info.
DataView(int xOffset, int yOffset, int width, int height, RasterDataInfo viewOnData, RasterDataInfo originalInfo)
           
DataView(RasterRect rasterRect, RasterDataInfo viewOnData)
          Constructor if the info on the view on the data equals the original raster data info.
DataView(RasterRect rasterRect, RasterDataInfo viewOnData, RasterDataInfo originalInfo)
           
 

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

Fields in org.deegree.coverage.raster.data.nio declared as RasterDataInfo
protected  RasterDataInfo ByteBufferRasterData.dataInfo
          the raster data info of the original data, not the view.
protected  RasterDataInfo BufferAccess.dataInfo
          the raster data info of the original data, not the view.
 

Methods in org.deegree.coverage.raster.data.nio that return RasterDataInfo
protected  RasterDataInfo ByteBufferRasterData.createRasterDataInfo(BandType[] bands)
          Create the raster data info object for the given bands, if empty or null the current dataInfo will be used.
 RasterDataInfo ByteBufferRasterData.getDataInfo()
           
 RasterDataInfo ByteBufferRasterData.getOriginalDataInfo()
           
 

Constructors in org.deegree.coverage.raster.data.nio with parameters of type RasterDataInfo
BandInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterDataInfo dataInfo)
          Creates a new BandInterleavedRasterData with given size, number of bands and data type backed with no data reader.
BandInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo dataInfo)
          Creates a new BandInterleavedRasterData with given size, number of bands and data type
BufferAccess(RasterReader rasterReader, int maxDataWidth, int maxDataHeight, DataView view, RasterDataInfo dataInfo, int pixelStride, int lineStride, int bandStride)
          Glue
ByteBufferRasterData(DataView view, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo originalDataInfo)
          Creates a new ByteBufferRasterData instance.
ByteBufferRasterData(DataView view, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo originalDataInfo, boolean init)
          Creates a new ByteBufferRasterData instance.
LineInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterDataInfo dataInfo)
          Creates a new LineInterleavedRasterData with given size, number of bands and data type, backed with no data.
LineInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo dataInfo)
          Creates a new LineInterleavedRasterData with given size, number of bands and data type
PixelInterleavedRasterData(DataView view, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo dataInfo, boolean init)
           
PixelInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterDataInfo dataInfo)
          Creates a new PixelInterleavedRasterData with given size, number of bands and data type, backed with no data.
PixelInterleavedRasterData(RasterRect sampleDomain, int rasterWidth, int rasterHeight, RasterReader reader, RasterDataInfo dataInfo)
          Creates a new PixelInterleavedRasterData with given size, number of bands and data type
 

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

Methods in org.deegree.coverage.raster.io that return RasterDataInfo
 RasterDataInfo RasterReader.getRasterDataInfo()
           
 

Uses of RasterDataInfo in org.deegree.coverage.raster.io.asc
 

Methods in org.deegree.coverage.raster.io.asc that return RasterDataInfo
 RasterDataInfo ASCReader.getRasterDataInfo()
           
 

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

Methods in org.deegree.coverage.raster.io.grid that return RasterDataInfo
 RasterDataInfo GridMetaInfoFile.getDataInfo()
           
 RasterDataInfo TileOffsetReader.getRasterDataInfo()
           
 RasterDataInfo GridReader.getRasterDataInfo()
           
 

Constructors in org.deegree.coverage.raster.io.grid with parameters of type RasterDataInfo
GridMetaInfoFile(RasterGeoReference geoReference, int rows, int columns, int tileRasterWidth, int tileRasterHeight, RasterDataInfo dataInfo)
           
GridWriter(int targetColumns, int targetRows, Envelope rasterEnvelope, RasterGeoReference geoRef, File gridFile, RasterDataInfo dataInfo)
          Create a gridfile writer with the given parameters.
 

Uses of RasterDataInfo in org.deegree.coverage.raster.io.imageio
 

Methods in org.deegree.coverage.raster.io.imageio that return RasterDataInfo
 RasterDataInfo IIORasterDataReader.getRasterDataInfo()
           
 RasterDataInfo IIORasterReader.getRasterDataInfo()
           
 

Uses of RasterDataInfo in org.deegree.coverage.raster.io.jai
 

Methods in org.deegree.coverage.raster.io.jai that return RasterDataInfo
 RasterDataInfo JAIRasterDataReader.getRasterDataInfo()
           
 RasterDataInfo JAIRasterReader.getRasterDataInfo()
           
 

Uses of RasterDataInfo in org.deegree.coverage.raster.io.xyz
 

Methods in org.deegree.coverage.raster.io.xyz that return RasterDataInfo
 RasterDataInfo XYZReader.getRasterDataInfo()
           
 

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

Methods in org.deegree.coverage.raster.utils with parameters of type RasterDataInfo
static SimpleRaster RasterFactory.createEmptyRaster(RasterDataInfo rdi, Envelope worldEnvelope, RasterGeoReference rasterGeoReference)
          Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...).
static SimpleRaster RasterFactory.createEmptyRaster(RasterDataInfo rdi, Envelope worldEnvelope, RasterGeoReference rasterGeoReference, RasterReader reader, boolean addToCache, RasterIOOptions options)
          Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...).
 

Uses of RasterDataInfo in org.deegree.protocol.wms.raster
 

Methods in org.deegree.protocol.wms.raster that return RasterDataInfo
 RasterDataInfo WMSReader.getRasterDataInfo()
           
 



Copyright © 2011. All Rights Reserved.