gov.nasa.worldwind.data
Class BILRasterReader
java.lang.Object
gov.nasa.worldwind.data.AbstractDataRasterReader
gov.nasa.worldwind.data.BILRasterReader
- All Implemented Interfaces:
- DataRasterReader
public class BILRasterReader
- extends AbstractDataRasterReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BILRasterReader
public BILRasterReader()
doCanRead
protected boolean doCanRead(DataSource source)
- Specified by:
doCanRead
in class AbstractDataRasterReader
doRead
protected DataRaster[] doRead(DataSource source)
throws IOException
- Specified by:
doRead
in class AbstractDataRasterReader
- Throws:
IOException
doReadMetadata
protected void doReadMetadata(DataSource source,
AVList values)
throws IOException
- Specified by:
doReadMetadata
in class AbstractDataRasterReader
- Throws:
IOException
getLargeFileThreshold
public long getLargeFileThreshold()
isMapLargeFiles
public boolean isMapLargeFiles()
setLargeFileThreshold
public void setLargeFileThreshold(long largeFileThreshold)
setMapLargeFiles
public void setMapLargeFiles(boolean mapLargeFiles)
validateMetadata
protected String validateMetadata(DataSource source,
AVList values)
- Overrides:
validateMetadata
in class AbstractDataRasterReader