gov.nasa.worldwind.data
Class WWDotNetLayerSetReader
java.lang.Object
gov.nasa.worldwind.data.AbstractDataDescriptorReader
gov.nasa.worldwind.data.WWDotNetLayerSetReader
- All Implemented Interfaces:
- DataDescriptorReader
public class WWDotNetLayerSetReader
- extends AbstractDataDescriptorReader
MIME_TYPE
public static final String MIME_TYPE
- See Also:
- Constant Field Values
WWDotNetLayerSetReader
public WWDotNetLayerSetReader()
doCanRead
protected boolean doCanRead(Object src)
throws IOException
- Overrides:
doCanRead
in class AbstractDataDescriptorReader
- Throws:
IOException
doCanReadStream
protected boolean doCanReadStream(Reader reader)
throws IOException
- Specified by:
doCanReadStream
in class AbstractDataDescriptorReader
- Throws:
IOException
doRead
protected DataDescriptor doRead(Reader reader)
throws IOException
- Specified by:
doRead
in class AbstractDataDescriptorReader
- Throws:
IOException
getMimeType
public String getMimeType()
matchesMimeType
public boolean matchesMimeType(String mimeType)
parseLayerSet
protected void parseLayerSet(Node layerSetNode,
DataDescriptor descriptor)
throws IOException
- Throws:
IOException
readInputStream
protected void readInputStream(Reader reader,
DataDescriptor descriptor)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object