C# Class FdoToolbox.Core.ETL.Overrides.ShpCopySpatialContextOverride

Copy spatial context override for SHP target. SHP requires that the Spatial Context Name is also the Coordinate System Name
Inheritance: CopySpatialContext
ファイルを表示 Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
Execute ( FdoConnection source, FdoConnection target, bool overwrite, string spatialContextNames ) : void

Copies the spatial contexts given in the list

Execute ( ICollection spatialContexts, FdoConnection target, bool overwrite ) : void

Copies all spatial contexts

Method Details

Execute() public method

Copies the spatial contexts given in the list
public Execute ( FdoConnection source, FdoConnection target, bool overwrite, string spatialContextNames ) : void
source FdoToolbox.Core.Feature.FdoConnection The source connection
target FdoToolbox.Core.Feature.FdoConnection The target connection
overwrite bool If true will overwrite any existing spatial contexts
spatialContextNames string The list of spatial contexts to copy
return void

Execute() public method

Copies all spatial contexts
public Execute ( ICollection spatialContexts, FdoConnection target, bool overwrite ) : void
spatialContexts ICollection The spatial contexts.
target FdoToolbox.Core.Feature.FdoConnection The target.
overwrite bool if set to true [overwrite].
return void