public class DescriptionWriter
extends java.lang.Object
<gml:description>GML tag desciption</gml:description>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#description| Constructor and Description |
|---|
DescriptionWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String description)
Writes the description tag and its value
|
public void write(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String description)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementordescription - The description valuejava.io.IOException