Class MetadataWriter
java.lang.Object
org.gvsig.gpe.prov.kml.writer.v2.features.MetadataWriter
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler) It writes the end Metadata tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor hanlder) Writes a Metadata init tag and its attributes
-
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 labelshandler- 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 labelshandler- The writer handler implementor- Throws:
IOException
-