Class DescriptionWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.features.DescriptionWriter
This class writes the gml:description tag. Example:
<gml:description>GML tag desciption</gml:description>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String description) It writes a gml:description tag
-
Constructor Details
-
DescriptionWriter
public DescriptionWriter()
-
-
Method Details
-
write
public void write(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String description) throws IOException It writes a gml:description tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementordescription- Description to write- Throws:
IOException
-