public class BILRasterReader extends AbstractDataRasterReader
description, mimeTypes, suffixes
Constructor and Description |
---|
BILRasterReader() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doCanRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
doRead(java.lang.Object source,
AVList params) |
protected void |
doReadMetadata(java.lang.Object source,
AVList params) |
long |
getLargeFileThreshold() |
boolean |
isMapLargeFiles() |
void |
setLargeFileThreshold(long largeFileThreshold) |
void |
setMapLargeFiles(boolean mapLargeFiles) |
protected java.lang.String |
validateMetadata(java.lang.Object source,
AVList params) |
canRead, canReadSuffix, getDescription, getMimeTypes, getSuffixes, isElevationsRaster, isImageryRaster, read, readMetadata
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected boolean doCanRead(java.lang.Object source, AVList params)
doCanRead
in class AbstractDataRasterReader
protected DataRaster[] doRead(java.lang.Object source, AVList params) throws java.io.IOException
doRead
in class AbstractDataRasterReader
java.io.IOException
protected void doReadMetadata(java.lang.Object source, AVList params) throws java.io.IOException
doReadMetadata
in class AbstractDataRasterReader
java.io.IOException
public long getLargeFileThreshold()
public boolean isMapLargeFiles()
public void setLargeFileThreshold(long largeFileThreshold)
public void setMapLargeFiles(boolean mapLargeFiles)
protected java.lang.String validateMetadata(java.lang.Object source, AVList params)
validateMetadata
in class AbstractDataRasterReader