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, 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 String[] mimeTypes
protected static final String[] suffixes
public boolean canRead(Object source, AVList params)
AbstractDataRasterReaderInputStreamURLcanRead 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(Object source, AVList params)
doCanRead in class AbstractDataRasterReaderprotected DataRaster[] doRead(Object source, AVList params) throws IOException
doRead in class AbstractDataRasterReaderIOExceptionprotected void doReadMetadata(Object source, AVList params) throws IOException
doReadMetadata in class AbstractDataRasterReaderIOExceptionprotected GDALDataRaster readDataRaster(Object source, boolean quickReadingMode) throws IOException
IOException