|
||||||||||
| 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(java.io.File file,
RasterIOOptions options)
Create a IIORasterDataReader for given file |
|
IIORasterDataReader(java.io.InputStream stream,
RasterIOOptions options)
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 java.io.File |
file()
needed by the raster reader, |
int |
getColumns()
Returns the height of the raster associated with the reader |
protected javax.imageio.metadata.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,
java.nio.ByteBuffer resultBuffer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IIORasterDataReader(java.io.File file,
RasterIOOptions options)
file - file to readoptions - with values.
public IIORasterDataReader(java.io.InputStream stream,
RasterIOOptions options)
stream - stream to readoptions - with values| Method Detail |
|---|
public ByteBufferRasterData read()
read in interface RasterDataReaderpublic int getColumns()
public int getRows()
protected javax.imageio.metadata.IIOMetadata getMetaData()
public RasterDataInfo getRasterDataInfo()
public void close()
close in interface RasterDataReaderprotected java.io.File file()
public BufferResult read(RasterRect rect,
java.nio.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 | |||||||||