FDO API Reference Feature Data Objects

XmlClassMapping Class Reference

List of all members.

Detailed Description

XmlClassMapping describes GML to FDO mappings for a particular FDO class Only mappings that cannot be represented in FDO are described.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_XML::XmlElementMappingCollection * get_ElementMappings ()
 Gets the mappings between GML elements for this class's properties and their Fdo Classes.
__property System::String * get_GmlName ()
 Gets the name of the class's corresponding GML complexType.
__property System::String * get_WkBaseName ()
 Gets the most specialized well-known base type.
__property System::String * get_WkSchemaName ()
 Gets the schema containing most specialized well-known base type.
 XmlClassMapping (System::String *name, System::String *schemaName, System::String *wkBaseName, System::String *wkSchemaName)
 XmlClassMapping (System::String *name, System::String *schemaName, System::String *wkBaseName)
 Constructs an object describing the GML-FDO mappings for an FDO class.

Comments or suggestions? Send us feedback.