| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Xml::XmlElementMapping:

()
Definition at line 32 of file mgXmlElementMapping.h.
Public Member Functions | |
| __property 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 (OSGeo::FDO::Xml::XmlClassMapping *classMapping) |
| 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 *className) |
| 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 *schemaName) |
| 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. |