Class FeatureMemberWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.features.FeatureMemberWriter
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
This class is used to write 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, GPEGmlWriterHandlerImplementor handler, String namespace, String name) It writes a Feature end tagvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String id, String namespace, String name) It writes a Feature init tag
-
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 labelshandler- The writer handler implementorid- Feature idnamespace- Feature namespacename- 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 labelshandler- The writer handler implementornamespace- Feature namespacename- Feature name- Throws:
IOException
-