NASA World Wind

gov.nasa.worldwind.data
Interface DataRasterReader

All Known Implementing Classes:
AbstractDataRasterReader, BILRasterReader, GeotiffRasterReader, ImageIORasterReader, RPFRasterReader

public interface DataRasterReader


Method Summary
 boolean canRead(DataSource source)
           
 String getDescription()
           
 String[] getMimeTypes()
           
 String[] getSuffixes()
           
 DataRaster[] read(DataSource source)
           
 void readMetadata(DataSource source, AVList values)
           
 

Method Detail

canRead

boolean canRead(DataSource source)

getDescription

String getDescription()

getMimeTypes

String[] getMimeTypes()

getSuffixes

String[] getSuffixes()

read

DataRaster[] read(DataSource source)
                  throws IOException
Throws:
IOException

readMetadata

void readMetadata(DataSource source,
                  AVList values)
                  throws IOException
Throws:
IOException

NASA World Wind