public class GDALDataRasterReader extends AbstractDataRasterReader
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String[] |
mimeTypes |
protected static java.lang.String[] |
suffixes |
description
Constructor and Description |
---|
GDALDataRasterReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
canRead(java.lang.Object source,
AVList params)
Indicates whether this reader can read a specified data source.
|
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 GDALDataRaster |
readDataRaster(java.lang.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 java.lang.String[] mimeTypes
protected static final java.lang.String[] suffixes
public boolean canRead(java.lang.Object source, AVList params)
AbstractDataRasterReader
File
String
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(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 GDALDataRaster readDataRaster(java.lang.Object source, boolean quickReadingMode) throws java.io.IOException
java.io.IOException