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

A pipeline operation that strips all Z and M ordinates from any geometries that pass through it.
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
Flatten ( 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