NASA World Wind

gov.nasa.worldwind.data
Class WWDotNetLayerSetWriter

java.lang.Object
  extended by gov.nasa.worldwind.data.AbstractDataDescriptorWriter
      extended by gov.nasa.worldwind.data.WWDotNetLayerSetWriter
All Implemented Interfaces:
DataDescriptorWriter

public class WWDotNetLayerSetWriter
extends AbstractDataDescriptorWriter


Field Summary
static String MIME_TYPE
           
 
Constructor Summary
WWDotNetLayerSetWriter()
           
 
Method Summary
protected  void doWrite(Writer writer, DataDescriptor descriptor)
           
 String getMimeType()
           
 boolean matchesMimeType(String mimeType)
           
 String toString()
           
 
Methods inherited from class gov.nasa.worldwind.data.AbstractDataDescriptorWriter
getDestination, openWriter, setDestination, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIME_TYPE

public static final String MIME_TYPE
See Also:
Constant Field Values
Constructor Detail

WWDotNetLayerSetWriter

public WWDotNetLayerSetWriter()
Method Detail

doWrite

protected void doWrite(Writer writer,
                       DataDescriptor descriptor)
                throws IOException
Specified by:
doWrite in class AbstractDataDescriptorWriter
Throws:
IOException

getMimeType

public String getMimeType()

matchesMimeType

public boolean matchesMimeType(String mimeType)

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind