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, readMetadataaddPropertyChangeListener, 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, setValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesprotected boolean doCanRead(java.lang.Object source,
AVList params)
doCanRead in class AbstractDataRasterReaderprotected DataRaster[] doRead(java.lang.Object source, AVList params) throws java.io.IOException
doRead in class AbstractDataRasterReaderjava.io.IOExceptionprotected void doReadMetadata(java.lang.Object source,
AVList params)
throws java.io.IOException
doReadMetadata in class AbstractDataRasterReaderjava.io.IOExceptionpublic 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