NASA World Wind

gov.nasa.worldwind.data
Class BILRasterReader

java.lang.Object
  extended by gov.nasa.worldwind.data.AbstractDataRasterReader
      extended by gov.nasa.worldwind.data.BILRasterReader
All Implemented Interfaces:
DataRasterReader

public class BILRasterReader
extends AbstractDataRasterReader


Constructor Summary
BILRasterReader()
           
 
Method Summary
protected  boolean doCanRead(DataSource source)
           
protected  DataRaster[] doRead(DataSource source)
           
protected  void doReadMetadata(DataSource source, AVList values)
           
 long getLargeFileThreshold()
           
 boolean isMapLargeFiles()
           
 void setLargeFileThreshold(long largeFileThreshold)
           
 void setMapLargeFiles(boolean mapLargeFiles)
           
protected  String validateMetadata(DataSource source, AVList values)
           
 
Methods inherited from class gov.nasa.worldwind.data.AbstractDataRasterReader
canRead, canReadSuffix, getDescription, getMimeTypes, getSuffixes, pathFor, read, readMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BILRasterReader

public BILRasterReader()
Method Detail

doCanRead

protected boolean doCanRead(DataSource source)
Specified by:
doCanRead in class AbstractDataRasterReader

doRead

protected DataRaster[] doRead(DataSource source)
                       throws IOException
Specified by:
doRead in class AbstractDataRasterReader
Throws:
IOException

doReadMetadata

protected void doReadMetadata(DataSource source,
                              AVList values)
                       throws IOException
Specified by:
doReadMetadata in class AbstractDataRasterReader
Throws:
IOException

getLargeFileThreshold

public long getLargeFileThreshold()

isMapLargeFiles

public boolean isMapLargeFiles()

setLargeFileThreshold

public void setLargeFileThreshold(long largeFileThreshold)

setMapLargeFiles

public void setMapLargeFiles(boolean mapLargeFiles)

validateMetadata

protected String validateMetadata(DataSource source,
                                  AVList values)
Overrides:
validateMetadata in class AbstractDataRasterReader

NASA World Wind