|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use RasterReader | |
---|---|
org.deegree.coverage.raster.cache | |
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 RasterReader in org.deegree.coverage.raster.cache |
---|
Classes in org.deegree.coverage.raster.cache that implement RasterReader | |
---|---|
class |
CacheRasterReader
The CacheRasterReader is a grid based caching mechanism for raster readers. |
Methods in org.deegree.coverage.raster.cache that return RasterReader | |
---|---|
RasterReader |
RasterCache.addReader(RasterReader reader)
Adds a raster reader to this cache, all cache files will be written to this cache directory. |
Methods in org.deegree.coverage.raster.cache with parameters of type RasterReader | |
---|---|
RasterReader |
RasterCache.addReader(RasterReader reader)
Adds a raster reader to this cache, all cache files will be written to this cache directory. |
static CacheRasterReader |
CacheRasterReader.createFromCache(RasterReader reader,
File cacheFile,
RasterCache cache)
Creates a CachedRasterReader from the given cacheFile. |
SimpleRaster |
RasterCache.createFromCache(RasterReader reader,
String rasterId)
Tries to find the file with given id from the current cache directory and instantiates a cachedraster for it. |
Constructors in org.deegree.coverage.raster.cache with parameters of type RasterReader | |
---|---|
CacheRasterReader(RasterReader cachedReader,
File cacheFile,
RasterCache cache)
|
Uses of RasterReader in org.deegree.coverage.raster.data |
---|
Methods in org.deegree.coverage.raster.data with parameters of type RasterReader | |
---|---|
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,
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 dataInfo,
RasterReader reader,
boolean addToCache,
RasterIOOptions options)
Creates a RasterData object object with given view, number of bands, data type and interleaving. |
Uses of RasterReader in org.deegree.coverage.raster.data.nio |
---|
Methods in org.deegree.coverage.raster.data.nio that return RasterReader | |
---|---|
RasterReader |
ByteBufferRasterData.getReader()
|
RasterReader |
BufferAccess.getReader()
|
Constructors in org.deegree.coverage.raster.data.nio with parameters of type RasterReader | |
---|---|
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,
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,
RasterReader reader,
RasterDataInfo dataInfo)
Creates a new PixelInterleavedRasterData with given size, number of bands and data type |
Uses of RasterReader in org.deegree.coverage.raster.io |
---|
Methods in org.deegree.coverage.raster.io that return RasterReader | |
---|---|
RasterReader |
RasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.io.asc |
---|
Classes in org.deegree.coverage.raster.io.asc that implement RasterReader | |
---|---|
class |
ASCReader
This class implements a simple reader for text raster files. |
Methods in org.deegree.coverage.raster.io.asc that return RasterReader | |
---|---|
RasterReader |
ASCRasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.io.grid |
---|
Classes in org.deegree.coverage.raster.io.grid that implement RasterReader | |
---|---|
class |
GridFileReader
The GridFileReader class TODO add class documentation here. |
class |
GridReader
The GridReader class TODO add class documentation here. |
class |
SplittedBlobReader
The SplittedBlobReader is a rasterreader for a grid file which is spread over multiple blobs. |
class |
TileOffsetReader
A simple wrapper class needed to mark the offset for a given tile in the total grid. |
Methods in org.deegree.coverage.raster.io.grid that return RasterReader | |
---|---|
RasterReader |
GridRasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.io.imageio |
---|
Classes in org.deegree.coverage.raster.io.imageio that implement RasterReader | |
---|---|
class |
IIORasterReader
|
Methods in org.deegree.coverage.raster.io.imageio that return RasterReader | |
---|---|
RasterReader |
IIORasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.io.jai |
---|
Classes in org.deegree.coverage.raster.io.jai that implement RasterReader | |
---|---|
class |
JAIRasterReader
A JAI based raster reader, rb: should be refactored to use the 'new' tiling raster api. |
Methods in org.deegree.coverage.raster.io.jai that return RasterReader | |
---|---|
RasterReader |
JAIRasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.io.xyz |
---|
Classes in org.deegree.coverage.raster.io.xyz that implement RasterReader | |
---|---|
class |
XYZReader
This class implements a simple reader for text raster files. |
Methods in org.deegree.coverage.raster.io.xyz that return RasterReader | |
---|---|
RasterReader |
XYZRasterIOProvider.getRasterReader(String type)
|
Uses of RasterReader in org.deegree.coverage.raster.utils |
---|
Methods in org.deegree.coverage.raster.utils with parameters of type RasterReader | |
---|---|
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 RasterReader in org.deegree.protocol.wms.raster |
---|
Classes in org.deegree.protocol.wms.raster that implement RasterReader | |
---|---|
class |
WMSReader
TODO add class documentation here |
Methods in org.deegree.protocol.wms.raster that return RasterReader | |
---|---|
RasterReader |
WMSIOProvider.getRasterReader(String type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |