public class GDALDataRasterReader extends AbstractDataRasterReader
Modifier and Type | Field and Description |
---|---|
protected static String[] |
mimeTypes |
protected static String[] |
suffixes |
description
Constructor and Description |
---|
GDALDataRasterReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
canRead(Object source,
AVList params)
Indicates whether this reader can read a specified data source.
|
protected boolean |
doCanRead(Object source,
AVList params) |
protected DataRaster[] |
doRead(Object source,
AVList params) |
protected void |
doReadMetadata(Object source,
AVList params) |
protected GDALDataRaster |
readDataRaster(Object source,
boolean quickReadingMode) |
canReadSuffix, getDescription, getMimeTypes, getSuffixes, isElevationsRaster, isImageryRaster, read, readMetadata, validateMetadata
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 String[] mimeTypes
protected static final String[] suffixes
public boolean canRead(Object source, AVList params)
AbstractDataRasterReader
InputStream
URL
canRead
in interface DataRasterReader
canRead
in class AbstractDataRasterReader
source
- the source to examine.params
- parameters required by certain reader implementations. May be null for most readers.protected boolean doCanRead(Object source, AVList params)
doCanRead
in class AbstractDataRasterReader
protected DataRaster[] doRead(Object source, AVList params) throws IOException
doRead
in class AbstractDataRasterReader
IOException
protected void doReadMetadata(Object source, AVList params) throws IOException
doReadMetadata
in class AbstractDataRasterReader
IOException
protected GDALDataRaster readDataRaster(Object source, boolean quickReadingMode) throws IOException
IOException