public class MetadataWriter
extends java.lang.Object
http://code.google.com/apis/kml/documentation/kml_tags_21.html#metadata| Constructor and Description |
|---|
MetadataWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the end Metadata tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor hanlder)
Writes a Metadata init tag and its attributes
|
public void start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor hanlder)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException