|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.coverage.raster.io.asc.ASCReader
public class ASCReader
This class implements a simple reader for text raster files. The text file should contain lines with whitespace-delimited z /value coordinates. The coordinates should be integer or float values as ascii text.
Constructor Summary | |
---|---|
ASCReader()
|
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 ASCReader()
Method Detail |
---|
public boolean canLoad(File filename)
RasterReader
canLoad
in interface RasterReader
public Set<String> getSupportedFormats()
getSupportedFormats
in interface RasterReader
Set
of (image) formats mime/types the implementation is able to read.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 File file()
file
in interface RasterReader
public RasterGeoReference getGeoReference()
getGeoReference
in interface RasterReader
public int getHeight()
getHeight
in interface RasterReader
public int getWidth()
getWidth
in interface RasterReader
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 |