C# 클래스 FdoToolbox.Core.Feature.FdoDataStoreConfiguration

Encapsulates all aspects of a FDO data store. This is essentially an object representation of a FDO XML configuration document.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CloneSchemas ( FeatureSchemaCollection featureSchemaCollection ) : FeatureSchemaCollection
FdoDataStoreConfiguration ( ) : System

메소드 상세

FdoDataStoreConfiguration() 공개 메소드

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

FromFile() 공개 정적인 메소드

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

Save() 공개 메소드

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