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

FeatureWriter.h File Reference

#include <FdoStd.h>

Include dependency graph for FeatureWriter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoXmlFeatureWriter
 FdoXmlFeatureWriter writes features to an XML document. The features are written in GML format. Each feature is written in 3 steps:
  1. call SetClassDefintion() to define the feature's class name, schema name, and list of valid properties.
  2. call SetProperty() for each feature property value to set.
  3. call WriteFeature() to write the feature with the current property values. The feature's element name is derived from the class and schema name.
WriteFeature() ensures that the properties are written in their proper order. This may have slight performance implications since this writer has to accumulate the property values before writing them. If performance is a concern then FdoXmlFeaturePropertyWriter should be used instead. More...

Typedefs

typedef FdoPtr< FdoXmlFeatureWriterFdoXmlFeatureWriterP
 FdoXmlFeatureWriterP is a FdoPtr on FdoXmlFeatureWriter, provided for convenience.

Comments or suggestions? Send us feedback.