FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Xml::XmlFeatureReader::XmlFeatureReader ( OSGeo::FDO::Common::Xml::XmlReader reader,
OSGeo::FDO::Xml::XmlFeatureFlags flags 
)

creates a Feature Reader for reading features from XML.

Parameters:
reader Input XML document reader. Please refer to the reader parameter of XmlFeaturePropertyReader::Create() for a description of how the features are read from the document. An XmlFeaturePropertyReader is automatically wrapped around this reader. This Feature Property Reader can be retrieved by calling GetFeaturePropertyReader().
flags Input options for controlling the deserializing of the features. If NULL then the default flags are used.


Comments or suggestions? Send us feedback.