FDO API Reference Feature Data Objects

FDO_API FdoXmlElementMappingCollection* FdoXmlSchemaMapping::GetElementMappings  ) 
 

Gets the mappings between GML global elements and their types as Fdo Classes. These mappings are used in two circumstances:.

  • when features are read from a GML Document, these mappings determine the Feature class of each feature, based on its element name. If the element name is not in these mappings then the class name defaults to the element name.
  • when the Feature Schema for these overrides is written to GML, a global element is created from each item in element mappings collection.

Returns:
Returns FdoXmlElementMappingCollection*

Comments or suggestions? Send us feedback.