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

A pipeline operation that forces all input geometries to be WKB compliant
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
MakeWkbCompliant ( 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