FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::Schema::IDescribeSchemaMapping.

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

Inheritance graph
[legend]
List of all members.

Detailed Description

The IDescribeSchemaMappingImp class is a concrete implementation of IDescribeSchemaMapping. The IDescribeSchemaMapping interface defines the DescribeSchemaMapping command, which describes the logical to physical schema mappings for feature schemas available from the connection. The DescribeSchemaMapping command can describe the mappings for a single schema or all schemas available from the connection. The Execute operation returns an PhysicalSchemaMappingCollection object.

()

Definition at line 38 of file mgIDescribeSchemaMappingImp.h.


Public Member Functions

OSGeo::FDO::Commands::Schema::PhysicalSchemaMappingCollectionExecute ()
 Executes the DescribeSchemaMapping command and returns a PhysicalSchemaMappingCollection. If the specified schema name does not exist, the Execute method throws an exception.
__property System::Boolean get_IncludeDefaults ()
 Gets the current "include default mappings" setting.
__property System::String * get_SchemaName ()
 Gets the name of the schema for which to describe schema mappings.
__property System::Void set_IncludeDefaults (System::Boolean includeDefaults)
 Sets the "include default mappings" setting.
__property System::Void set_SchemaName (System::String *value)
 Sets the name of the schema to describe. This function is optional; if not specified, execution of the command will describe the mappings for all schemas.

Comments or suggestions? Send us feedback.