FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Xml::XmlElementMapping Class Reference
[OSGeo::FDO::Xml]

Inherits OSGeo::FDO::Commands::Schema::PhysicalElementMapping.

Inheritance diagram for OSGeo::FDO::Xml::XmlElementMapping:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

()

Definition at line 32 of file mgXmlElementMapping.h.


Public Member Functions

__property OSGeo::FDO::Xml::XmlClassMappingget_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.