C# Class ArcGISCompare.FeatureMappingData

Afficher le fichier Open project: Zekiah/ArcGISCompare Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

AddProblemLoad() public méthode

public AddProblemLoad ( LoadErrorData theErr ) : void
theErr LoadErrorData
Résultat void

AddTransform() public méthode

public AddTransform ( AttributeMappingData theAMap ) : void
theAMap AttributeMappingData
Résultat void

CalcMZTransform() public méthode

public CalcMZTransform ( IWorkspace theInWS, IWorkspace theOutWS ) : int
theInWS IWorkspace
theOutWS IWorkspace
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateFeatureCount() public méthode

public UpdateFeatureCount ( int theC ) : void
theC int
Résultat void