C# Класс FdoToolbox.Core.ETL.Specialized.FdoJoin

A specialized form of EtlProcess that merges two feature classes into one. The merged class is created before commencing the join
Наследование: FdoSpecializedEtlProcess
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FdoJoin ( FdoJoinOptions options ) : System

Initializes a new instance of the FdoJoin class.

FdoJoin ( FdoJoinOptions options, int reportFrequency ) : System

Initializes a new instance of the FdoJoin class.

GetAllErrors ( ) : IEnumerable
GetDescription ( ) : string

Gets a description of this process

GetFileExtension ( ) : string

Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned

Save ( string file, string name ) : void

Saves this process to a file

Защищенные методы

Метод Описание
Initialize ( ) : void

Initializes this instance.

OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void

Called when [feature processed].

OnFinishedProcessing ( FdoOperationBase op ) : void

Called when [finished processing].

Приватные методы

Метод Описание
CreateMergedClass ( ClassDefinition leftCls, ClassDefinition rightCls ) : ClassDefinition
PrepareClass ( ClassDefinition cls, ICollection propNames, ICollection joinProps, string prefix, string geomProp ) : void

Описание методов

FdoJoin() публичный Метод

Initializes a new instance of the FdoJoin class.
public FdoJoin ( FdoJoinOptions options ) : System
options FdoJoinOptions The options.
Результат System

FdoJoin() публичный Метод

Initializes a new instance of the FdoJoin class.
public FdoJoin ( FdoJoinOptions options, int reportFrequency ) : System
options FdoJoinOptions The options.
reportFrequency int The report frequency.
Результат System

GetAllErrors() публичный Метод

public GetAllErrors ( ) : IEnumerable
Результат IEnumerable

GetDescription() публичный Метод

Gets a description of this process
public GetDescription ( ) : string
Результат string

GetFileExtension() публичный Метод

Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned
public GetFileExtension ( ) : string
Результат string

Initialize() защищенный Метод

Initializes this instance.
protected Initialize ( ) : void
Результат void

OnFeatureProcessed() защищенный Метод

Called when [feature processed].
protected OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void
op FdoOperationBase The op.
dictionary FdoRow The dictionary.
Результат void

OnFinishedProcessing() защищенный Метод

Called when [finished processing].
protected OnFinishedProcessing ( FdoOperationBase op ) : void
op FdoOperationBase The op.
Результат void

Save() публичный Метод

Saves this process to a file
public Save ( string file, string name ) : void
file string The file to save this process to
name string The name of the process
Результат void