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

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.


Comments or suggestions? Send us feedback.