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

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.

()


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)