FDO API Reference Feature Data Objects

XmlElementMapping Class Reference

List of all members.

Detailed Description

FdoXmlElementMapping describes GML to FDO mappings for a particular GML Schema element. Only mappings that cannot be represented in FDO are described.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_XML::XmlClassMapping * get_ClassMapping ()
 Gets the class mapping for this element. The class mapping provides information about the FDO Class for this element's type.
__property System::String * get_ClassName ()
 Gets the FDO Class name.
__property System::String * get_GmlLocalName ()
 Gets the URI for the referenced element.
__property System::String * get_GmlUri ()
 Gets the URI for the referenced element.
__property System::String * get_SchemaName ()
 Gets the Schema Name for the FDO Class.
__property System::Void set_ClassMapping (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Sets the class mapping for this element. The class mapping provides information about the FDO Class for this element's type.
__property System::Void set_ClassName (System::String *value)
 Sets the element class name to a dangling reference. This function can be used to reference a class that has no NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object.
__property System::Void set_GmlLocalName (System::String *value)
 Sets the local name for this element.
__property System::Void set_GmlUri (System::String *value)
 Sets the namespace URI for this element.
__property System::Void set_SchemaName (System::String *value)
 Sets the schema name for a dangling reference to an element's class.
 XmlElementMapping (System::String *name)
 Constructs an object describing the GML-FDO mappings for a GML element.

Comments or suggestions? Send us feedback.