Class DescriptionWriter
java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.features.DescriptionWriter
This class writes the 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, GPEKmlWriterHandlerImplementor handler, String description) Writes the description tag and its value
-
Constructor Details
-
DescriptionWriter
public DescriptionWriter()
-
-
Method Details
-
write
public void write(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler, String description) throws IOException Writes the description tag and its value- Parameters:
writer- Writer to write the labelshandler- The writer handler implementordescription- The description value- Throws:
IOException
-