FDO API Reference Feature Data Objects

static FDO_API FdoXmlFeaturePropertyReader* FdoXmlFeaturePropertyReader::Create FdoXmlReader reader,
FdoXmlFeatureFlags flags = NULL
[static]
 

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.
Returns:
Returns FdoXmlFeaturePropertyReader

Comments or suggestions? Send us feedback.