Class FeatureCollectionWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.features.FeatureCollectionWriter
- Author:
- Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler) It writes a Feature end tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String fid, String namespace, String name) It writes the FeatureCollection init tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String fid, String namespace, String name, String description, String srs) It writes the FeatureCollection init tag
-
Constructor Details
-
FeatureCollectionWriter
public FeatureCollectionWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String fid, String namespace, String name) throws IOException It writes the FeatureCollection init tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementornamespace- Feature namespacename- Feature nameid- Feature id- Throws:
IOException
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String fid, String namespace, String name, String description, String srs) throws IOException It writes the FeatureCollection init tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementornamespace- Feature namespacename- Feature namedescription- The feature collection decriptionsrs- The feature collection srsid- Feature id- Throws:
IOException
-
end
public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler) throws IOException It writes a Feature end tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementornamespace- Feature namespacename- Feature name- Throws:
IOException
-