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
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
Execute ( IEnumerable rows ) : IEnumerable

Executes the operation

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose this object

Private Methods

Méthode Description
Flatten ( FdoRow row ) : FdoRow

Method Details

Dispose() protected méthode

Dispose this object
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() public méthode

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
Résultat IEnumerable