Class DescriptionWriter

java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.features.DescriptionWriter

public class DescriptionWriter extends Object
This class writes the description tag. Example:

 
 <gml:description>GML tag desciption</gml:description>
 
 

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • 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 labels
      handler - The writer handler implementor
      description - The description value
      Throws:
      IOException