Class GidWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.features.GidWriter
This class writes the gml:description tag. Example:
<gml:gid>5</gml:gid>
- 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 id) It writes a GID tag
-
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 labelshandler- The writer handler implementorid- ID value- Throws:
IOException
-