C# 클래스 FdoToolbox.Core.ETL.Operations.FdoForceWkbOperation

A pipeline operation that forces all input geometries to be WKB compliant
상속: FdoOperationBase
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
Execute ( IEnumerable rows ) : IEnumerable

Executes the operation

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose this object

비공개 메소드들

메소드 설명
MakeWkbCompliant ( FdoRow row ) : FdoRow

메소드 상세

Dispose() 보호된 메소드

Dispose this object
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 공개 메소드

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
리턴 IEnumerable