C# Class FdoToolbox.Core.ETL.Operations.FdoForceWkbOperation

A pipeline operation that forces all input geometries to be WKB compliant
Inheritance: FdoOperationBase
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
Execute ( IEnumerable rows ) : IEnumerable

Executes the operation

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose this object

Private Methods

Method Description
MakeWkbCompliant ( FdoRow row ) : FdoRow

Method Details

Dispose() protected method

Dispose this object
protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
return IEnumerable