NASA World Wind

gov.nasa.worldwind.data
Interface DataDescriptorWriter

All Known Implementing Classes:
AbstractDataDescriptorWriter, BasicDataDescriptorWriter, WWDotNetLayerSetWriter

public interface DataDescriptorWriter


Method Summary
 Object getDestination()
           
 String getMimeType()
           
 boolean matchesMimeType(String mimeType)
           
 void setDestination(Object destination)
           
 void write(DataDescriptor descriptor)
           
 

Method Detail

getDestination

Object getDestination()

getMimeType

String getMimeType()

matchesMimeType

boolean matchesMimeType(String mimeType)

setDestination

void setDestination(Object destination)

write

void write(DataDescriptor descriptor)
           throws IOException
Throws:
IOException

NASA World Wind