FDO API Reference Feature Data Objects

virtual FDO_API void FdoXmlFeaturePropertyReader::SetFeatureSchemas FdoFeatureSchemaCollection schemas  )  [pure virtual]
 

Sets the feature schemas describing the features being read.

Remarks:
The feature schemas provide directions to this class on how to deserialize the features and convert their property values from the strings in the XML document to their proper types. If any feature, whose class definition is not present in these schemas, is encountered then one of the following is done:
  • an exception is thrown when flags->errorLevel is Normal or higher. The exception reports all such features.
  • the feature is read according to a best default translation when the flags->errorLevel is below Normal.
Parameters:
schemas Input the feature schemas
Returns:
Returns nothing

Comments or suggestions? Send us feedback.