Class MetadataWriter

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

public class MetadataWriter extends Object
This class writes a Metadata tag. This tag is just a free XML subset and has metadata information about the object tha contains it. It is used to add elements a Feature
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • MetadataWriter

      public MetadataWriter()
  • Method Details

    • start

      public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor hanlder) throws IOException
      Writes a Metadata init tag and its attributes
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      Throws:
      IOException
    • end

      public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler) throws IOException
      It writes the end Metadata tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      Throws:
      IOException