|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 RasterReaderpublic File file()
file in interface RasterReaderpublic RasterGeoReference getGeoReference()
getGeoReference in interface RasterReaderpublic int getHeight()
getHeight in interface RasterReaderpublic Set<String> getSupportedFormats()
getSupportedFormats in interface RasterReaderSet 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 RasterReaderIOException - 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 RasterReaderIOException - may be thrown when there is a problem with reading the raster.
public BufferResult read(RasterRect rect,
ByteBuffer buffer)
throws IOException
read in interface RasterReaderrect - to read.buffer - to store the result in
IOExceptionpublic boolean shouldCreateCacheFile()
shouldCreateCacheFile in interface RasterReaderpublic RasterDataInfo getRasterDataInfo()
getRasterDataInfo in interface RasterReaderpublic boolean canReadTiles()
RasterReader
canReadTiles in interface RasterReaderpublic String getDataLocationId()
getDataLocationId in interface RasterReaderpublic void dispose()
RasterReader
dispose in interface RasterReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||