FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Commands::Schema::PhysicalClassMapping.

Inheritance diagram for OSGeo::FDO::Xml::XmlClassMapping:

Inheritance graph
[legend]
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.

()

Definition at line 32 of file mgXmlClassMapping.h.


Public Member Functions

__property OSGeo::FDO::Xml::XmlElementMappingCollectionget_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)
 Constructs an object describing the GML-FDO mappings for an FDO class.
 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.