FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Schema::PhysicalSchemaMapping Class Reference
[OSGeo::FDO::Commands::Schema]

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

Inherited by OSGeo::FDO::Xml::XmlSchemaMapping.

Inheritance diagram for OSGeo::FDO::Commands::Schema::PhysicalSchemaMapping:

Inheritance graph
[legend]
List of all members.

Detailed Description

PhysicalSchemaMapping is an abstract class that is the base class of all Schema Override sets. Each instance contains the overrides for a particular Feature Schema and FDO Provider. Each FDO Provider, that allows Schema Overrides, must create a sub-class of this class. This sub-class must implement the overrides that are specific to the provider. The Provider can also add support, for serializing to an XML document, by overriding the functions inherited from XmlSerializable.

()

Definition at line 36 of file mgPhysicalSchemaMapping.h.


Public Member Functions

__property System::String * get_Provider ()
 Gets the name of the applicable FDO provider.

Protected Member Functions

 PhysicalSchemaMapping (System::IntPtr unmanaged, System::Boolean autoDelete)

Comments or suggestions? Send us feedback.