java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.features.GidWriter

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

 
 <gml:gid>5</gml:gid>
 
 

Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • GidWriter

      public GidWriter()
  • Method Details

    • write

      public void write(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String id) throws IOException
      It writes a GID tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      id - ID value
      Throws:
      IOException