NASA World Wind

gov.nasa.worldwind.data
Class GeotiffRasterReader

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

public class GeotiffRasterReader
extends AbstractDataRasterReader


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

Constructor Detail

GeotiffRasterReader

public GeotiffRasterReader()
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

NASA World Wind