Class FeatureCollectionWriter

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

public class FeatureCollectionWriter extends Object
Author:
Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
  • 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 labels
      handler - The writer handler implementor
      namespace - Feature namespace
      name - Feature name
      id - 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 labels
      handler - The writer handler implementor
      namespace - Feature namespace
      name - Feature name
      description - The feature collection decription
      srs - The feature collection srs
      id - 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 labels
      handler - The writer handler implementor
      namespace - Feature namespace
      name - Feature name
      Throws:
      IOException