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

creates a Feature Property Reader.

Remarks:
The XML element, at the document reader's current position, is recognized as a feature collection if it is one or more of the following:
  • GML FeatureCollection element
  • the element specified by flags->collectionUri and flags->collectionName
  • it has a corresponding class definition, in the given schemas, that derives from the GML AbstractFeatureCollectionType.
Parameters:
reader Input XML document reader. If this reader is currently positioned at a feature collection type element then all features in this element are read. Otherwise, it processes all Feature Collection type sub-elements of the current element and reads their features. Therefore, if the reader is at the start of the XML document, all top-level feature collections in the document are read.
flags Input options for controlling the deserializing of the features. If NULL then the default flags are used.


Comments or suggestions? Send us feedback.