C# Class FdoToolbox.Core.Feature.FdoDataStoreConfiguration

Encapsulates all aspects of a FDO data store. This is essentially an object representation of a FDO XML configuration document.
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoDataStoreConfiguration ( FeatureSchemaCollection schemas, SpatialContextInfo contexts, PhysicalSchemaMappingCollection mappings ) : System

Constructor

FromFile ( string xmlFile ) : FdoDataStoreConfiguration

Loads a FDO XML configuration document

Save ( string xmlFile ) : void

Saves this out to a FDO XML configuration document

Private Methods

Method Description
CloneSchemas ( FeatureSchemaCollection featureSchemaCollection ) : FeatureSchemaCollection
FdoDataStoreConfiguration ( ) : System

Method Details

FdoDataStoreConfiguration() public method

Constructor
public FdoDataStoreConfiguration ( FeatureSchemaCollection schemas, SpatialContextInfo contexts, PhysicalSchemaMappingCollection mappings ) : System
schemas FeatureSchemaCollection
contexts SpatialContextInfo
mappings PhysicalSchemaMappingCollection
return System

FromFile() public static method

Loads a FDO XML configuration document
public static FromFile ( string xmlFile ) : FdoDataStoreConfiguration
xmlFile string
return FdoDataStoreConfiguration

Save() public method

Saves this out to a FDO XML configuration document
public Save ( string xmlFile ) : void
xmlFile string
return void