public class DTEDRasterReader extends AbstractDataRasterReader
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String[] |
dtedMimeTypes |
protected static java.lang.String[] |
dtedSuffixes |
description, mimeTypes, suffixes
Constructor and Description |
---|
DTEDRasterReader() |
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) |
protected java.io.File |
getFile(java.lang.Object source) |
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 static final java.lang.String[] dtedMimeTypes
protected static final java.lang.String[] dtedSuffixes
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
protected java.io.File getFile(java.lang.Object source)
protected java.lang.String validateMetadata(java.lang.Object source, AVList params)
validateMetadata
in class AbstractDataRasterReader