|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.coverage.raster.io.grid.TileOffsetReader
public class TileOffsetReader
A simple wrapper class needed to mark the offset for a given tile in the total grid.
Constructor Summary | |
---|---|
TileOffsetReader(GridReader original,
RasterRect tileRectInGrid)
|
Method Summary | |
---|---|
boolean |
canLoad(File filename)
Check if the raster reader is able to read the given raster file. |
boolean |
canReadTiles()
should return true if the given reader can easily read tiles,without consuming much more memory than needed. |
void |
dispose()
Signals the reader that it should try to dispose all in memory data. |
File |
file()
|
String |
getDataLocationId()
|
RasterGeoReference |
getGeoReference()
|
int |
getHeight()
|
RasterDataInfo |
getRasterDataInfo()
|
Set<String> |
getSupportedFormats()
|
int |
getWidth()
|
AbstractRaster |
load(File filename,
RasterIOOptions options)
Read the given raster file into an abstract raster. |
AbstractRaster |
load(InputStream stream,
RasterIOOptions options)
Read the given input stream into an abstract raster. |
BufferResult |
read(RasterRect rect,
ByteBuffer buffer)
|
boolean |
shouldCreateCacheFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TileOffsetReader(GridReader original, RasterRect tileRectInGrid)
original
- mapped gridreadertileRectInGrid
- the rectangle inside the grid.Method Detail |
---|
public boolean canLoad(File filename)
RasterReader
canLoad
in interface RasterReader
public File file()
file
in interface RasterReader
public RasterGeoReference getGeoReference()
getGeoReference
in interface RasterReader
public int getHeight()
getHeight
in interface RasterReader
public Set<String> getSupportedFormats()
getSupportedFormats
in interface RasterReader
Set
of (image) formats mime/types the implementation is able to read.public int getWidth()
getWidth
in interface RasterReader
public AbstractRaster load(File filename, RasterIOOptions options) throws IOException
RasterReader
load
in interface RasterReader
IOException
- may be thrown when there is a problem with reading the raster.public AbstractRaster load(InputStream stream, RasterIOOptions options) throws IOException
RasterReader
load
in interface RasterReader
IOException
- may be thrown when there is a problem with reading the raster.public BufferResult read(RasterRect rect, ByteBuffer buffer) throws IOException
read
in interface RasterReader
rect
- to read.buffer
- to store the result in
IOException
public boolean shouldCreateCacheFile()
shouldCreateCacheFile
in interface RasterReader
public RasterDataInfo getRasterDataInfo()
getRasterDataInfo
in interface RasterReader
public boolean canReadTiles()
RasterReader
canReadTiles
in interface RasterReader
public String getDataLocationId()
getDataLocationId
in interface RasterReader
public void dispose()
RasterReader
dispose
in interface RasterReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |