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

FeatureReader.h File Reference

#include <FdoStd.h>
#include <Fdo/Xml/FeatureHandler.h>

Include dependency graph for FeatureReader.h:

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

Go to the source code of this file.


Classes

class  FdoXmlFeatureReader
 FdoXmlFeatureReader reads GML format features from a XML document. The reading is done procedurally, rather than through events. Each feature can be read in 3 steps:
  1. call ReadNext() to get the next feature.
  2. call GetClassDefinition() to get the current feature's property list.
  3. call GetProperty() for each feature property to retrieve.
This class allows random access to the properties of the current feature, meaning that ReadNext() accumulates a list of these properties. This may have slight performance implications. If performance is a concern then FdoXmlFeaturePropertyReader should be used instead. More...

Typedefs

typedef FdoPtr< FdoXmlFeatureReaderFdoXmlFeatureReaderP
 FdoXmlFeatureReaderP is a FdoPtr on FdoXmlFeatureReader, provided for convenience.

Comments or suggestions? Send us feedback.