C# Class ArcGISCompare.FeatureMappingData

Datei anzeigen Open project: Zekiah/ArcGISCompare Class Usage Examples

Public Methods

Method Description
AddProblemLoad ( LoadErrorData theErr ) : void
AddTransform ( AttributeMappingData theAMap ) : void
CalcMZTransform ( IWorkspace theInWS, IWorkspace theOutWS ) : int
ToString ( ) : string
UpdateFeatureCount ( int theC ) : void

Private Methods

Method Description
FeatureMappingData ( String srcDB, String source, String destination, esriGeometryType srcGT, esriGeometryType destGT, int serial ) : System

Method Details

AddProblemLoad() public method

public AddProblemLoad ( LoadErrorData theErr ) : void
theErr LoadErrorData
return void

AddTransform() public method

public AddTransform ( AttributeMappingData theAMap ) : void
theAMap AttributeMappingData
return void

CalcMZTransform() public method

public CalcMZTransform ( IWorkspace theInWS, IWorkspace theOutWS ) : int
theInWS IWorkspace
theOutWS IWorkspace
return int

ToString() public method

public ToString ( ) : string
return string

UpdateFeatureCount() public method

public UpdateFeatureCount ( int theC ) : void
theC int
return void