gov.nasa.worldwind.data
Interface DataRasterReader
- All Known Implementing Classes:
- AbstractDataRasterReader, BILRasterReader, GeotiffRasterReader, ImageIORasterReader, RPFRasterReader
public interface DataRasterReader
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