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.
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CloneSchemas ( FeatureSchemaCollection featureSchemaCollection ) : FeatureSchemaCollection
FdoDataStoreConfiguration ( ) : System

Method Details

FdoDataStoreConfiguration() public méthode

Constructor
public FdoDataStoreConfiguration ( FeatureSchemaCollection schemas, SpatialContextInfo contexts, PhysicalSchemaMappingCollection mappings ) : System
schemas FeatureSchemaCollection
contexts SpatialContextInfo
mappings PhysicalSchemaMappingCollection
Résultat System

FromFile() public static méthode

Loads a FDO XML configuration document
public static FromFile ( string xmlFile ) : FdoDataStoreConfiguration
xmlFile string
Résultat FdoDataStoreConfiguration

Save() public méthode

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