FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoXmlFeatureSerializer Class Reference

#include <FeatureSerializer.h>

List of all members.


Detailed Description

This static class provides the ability to serialize and deserialize features to and from GML.

Definition at line 33 of file FeatureSerializer.h.


Static Public Member Functions

FDO_API void XmlSerialize (FdoIFeatureReader *reader, FdoXmlFeatureWriter *writer, FdoXmlFeatureFlags *flags=NULL)
 writes the features retrieved by a feature reader to an XML document.

Member Function Documentation

FDO_API void FdoXmlFeatureSerializer::XmlSerialize FdoIFeatureReader reader,
FdoXmlFeatureWriter writer,
FdoXmlFeatureFlags flags = NULL
[static]
 

writes the features retrieved by a feature reader to an XML document.

Parameters:
reader Input the Feature Reader.
writer Input XML document writer. By default, the features written are wrapped in a GML FeatureCollection element. This behaviour can be changed by setting flags->writeCollection. The name of the collection element can also be customized by setting flags->collectionUri and flags->collectionName.
flags Input options for controlling the serializing of the features. If NULL then the flags passed to the document writer are used.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.