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, validateMetadataaddPropertyChangeListener, 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 static final java.lang.String[] mimeTypes
protected static final java.lang.String[] suffixes
public boolean canRead(java.lang.Object source,
AVList params)
AbstractDataRasterReaderFileStringInputStreamURLcanRead in interface DataRasterReadercanRead in class AbstractDataRasterReadersource - 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 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.IOExceptionprotected GDALDataRaster readDataRaster(java.lang.Object source, boolean quickReadingMode) throws java.io.IOException
java.io.IOException