Package gov.nasa.worldwind.data
Class BILRasterReader
- java.lang.Object
-
- gov.nasa.worldwind.avlist.AVListImpl
-
- gov.nasa.worldwind.data.AbstractDataRasterReader
-
- gov.nasa.worldwind.data.BILRasterReader
-
- All Implemented Interfaces:
AVList,DataRasterReader
public class BILRasterReader extends AbstractDataRasterReader
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.data.AbstractDataRasterReader
description, mimeTypes, suffixes
-
-
Constructor Summary
Constructors Constructor Description BILRasterReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoCanRead(java.lang.Object source, AVList params)protected DataRaster[]doRead(java.lang.Object source, AVList params)protected voiddoReadMetadata(java.lang.Object source, AVList params)longgetLargeFileThreshold()booleanisMapLargeFiles()voidsetLargeFileThreshold(long largeFileThreshold)voidsetMapLargeFiles(boolean mapLargeFiles)protected java.lang.StringvalidateMetadata(java.lang.Object source, AVList params)-
Methods inherited from class gov.nasa.worldwind.data.AbstractDataRasterReader
canRead, canReadSuffix, getDescription, getMimeTypes, getSuffixes, isElevationsRaster, isImageryRaster, read, readMetadata
-
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
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
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
-
-
-
Method Detail
-
isMapLargeFiles
public boolean isMapLargeFiles()
-
setMapLargeFiles
public void setMapLargeFiles(boolean mapLargeFiles)
-
getLargeFileThreshold
public long getLargeFileThreshold()
-
setLargeFileThreshold
public void setLargeFileThreshold(long largeFileThreshold)
-
doCanRead
protected boolean doCanRead(java.lang.Object source, AVList params)- Specified by:
doCanReadin classAbstractDataRasterReader
-
doRead
protected DataRaster[] doRead(java.lang.Object source, AVList params) throws java.io.IOException
- Specified by:
doReadin classAbstractDataRasterReader- Throws:
java.io.IOException
-
doReadMetadata
protected void doReadMetadata(java.lang.Object source, AVList params) throws java.io.IOException- Specified by:
doReadMetadatain classAbstractDataRasterReader- Throws:
java.io.IOException
-
validateMetadata
protected java.lang.String validateMetadata(java.lang.Object source, AVList params)- Overrides:
validateMetadatain classAbstractDataRasterReader
-
-