gov.nasa.worldwind.data
Class AbstractDataDescriptorWriter
java.lang.Object
gov.nasa.worldwind.data.AbstractDataDescriptorWriter
- All Implemented Interfaces:
- DataDescriptorWriter
- Direct Known Subclasses:
- BasicDataDescriptorWriter, WWDotNetLayerSetWriter
public abstract class AbstractDataDescriptorWriter
- extends Object
- implements DataDescriptorWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDataDescriptorWriter
public AbstractDataDescriptorWriter()
doWrite
protected abstract void doWrite(Writer writer,
DataDescriptor descriptor)
throws IOException
- Throws:
IOException
getDestination
public Object getDestination()
- Specified by:
getDestination
in interface DataDescriptorWriter
openWriter
protected Writer openWriter(Object dest)
throws IOException
- Throws:
IOException
setDestination
public void setDestination(Object destination)
- Specified by:
setDestination
in interface DataDescriptorWriter
write
public void write(DataDescriptor descriptor)
throws IOException
- Specified by:
write
in interface DataDescriptorWriter
- Throws:
IOException