public class DescriptionWriter
extends java.lang.Object
<gml:description>GML tag desciption</gml:description>
| Constructor and Description |
|---|
DescriptionWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
java.lang.String description)
It writes a gml:description tag
|
public void write(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
java.lang.String description)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementordescription - Description to writejava.io.IOException