|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.io.imageio.IIORasterDataReader
public class IIORasterDataReader
| Constructor Summary | |
|---|---|
IIORasterDataReader(File file,
RasterIOOptions options,
int imageIndex)
Create a IIORasterDataReader for given file |
|
IIORasterDataReader(InputStream stream,
RasterIOOptions options,
int imageIndex)
Create a IIORasterDataReader for given stream |
|
| Method Summary | |
|---|---|
void |
close()
Removes the internal references to the loaded raster to allow garbage collection of the raster. |
void |
dispose()
|
protected File |
file()
needed by the raster reader, |
int |
getColumns()
Returns the height of the raster associated with the reader |
protected IIOMetadata |
getMetaData()
|
RasterDataInfo |
getRasterDataInfo()
|
boolean |
getReadTiles()
|
int |
getRows()
Returns the height of the raster associated with the reader |
ByteBufferRasterData |
read()
Reads data and returns a new RasterData object |
BufferResult |
read(RasterRect rect,
ByteBuffer resultBuffer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IIORasterDataReader(File file,
RasterIOOptions options,
int imageIndex)
file - file to readoptions - with values.
public IIORasterDataReader(InputStream stream,
RasterIOOptions options,
int imageIndex)
stream - stream to readoptions - with values| Method Detail |
|---|
public ByteBufferRasterData read()
read in interface RasterDataReaderpublic int getColumns()
public int getRows()
protected IIOMetadata getMetaData()
public RasterDataInfo getRasterDataInfo()
public void close()
close in interface RasterDataReaderprotected File file()
public BufferResult read(RasterRect rect,
ByteBuffer resultBuffer)
rect - resultBuffer -
public boolean getReadTiles()
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||