Class FeatureMemberWriter

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

public class FeatureMemberWriter extends Object
A geographic feature is essentially a named list of properties. Some or all of these properties may be geospatial, describing the position and shape of the feature. Each feature has a type, which is equivalent to a class in object modeling terminology, such that the class-definition prescribes the named properties that a particular feature of that type is required to have.
This class is used to write a feature
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • FeatureMemberWriter

      public FeatureMemberWriter()
  • Method Details

    • start

      public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String id, String namespace, String name) throws IOException
      It writes a Feature init tag
      Parameters:
      writer - Writer to write the labels
      handler - The writer handler implementor
      id - Feature id
      namespace - Feature namespace
      name - Feature name
      Throws:
      IOException
    • end

      public void end(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String namespace, String name) 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