NASA World Wind

gov.nasa.worldwind.data
Interface DataDescriptorReader

All Known Implementing Classes:
AbstractDataDescriptorReader, BasicDataDescriptorReader, WWDotNetLayerSetReader

public interface DataDescriptorReader


Method Summary
 boolean canRead()
           
 String getMimeType()
           
 Object getSource()
           
 boolean matchesMimeType(String mimeType)
           
 DataDescriptor read()
           
 void setSource(Object source)
           
 

Method Detail

canRead

boolean canRead()
                throws IOException
Throws:
IOException

getMimeType

String getMimeType()

getSource

Object getSource()

matchesMimeType

boolean matchesMimeType(String mimeType)

read

DataDescriptor read()
                    throws IOException
Throws:
IOException

setSource

void setSource(Object source)

NASA World Wind