C# Class ArcGISCompare.frmMaster

Datei anzeigen Open project: Zekiah/ArcGISCompare

Public Methods

Method Description
CheckDefaultValues ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
CheckDomainsAndValues ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
CheckFeatureProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
CheckFieldProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
CheckSubTypeProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
CheckforGeoSpatialData ( String strPath, String geoType, ListBox lstBox ) : void
DomainValueComparison ( TreeNode &N, IDomain theS, IDomain theD ) : bool
SaveAllMappings ( ListBox lstMap ) : void
frmMaster ( ) : System
getAttributeOrder ( String theName, ListBox lstBox ) : int
getFeatureOrder ( String theName, ListBox lstBox ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConvGeom ( esriGeometryType theG ) : String
FillSubDirectory ( DirectoryInfo di ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetRunVisibility ( ListBox theList ) : void
clearProgressBar ( ) : void
frmMaster_Load ( object sender, EventArgs e ) : void
frmMaster_ResizeEnd ( object sender, EventArgs e ) : void
frmMaster_Unload ( object sender, EventArgs e ) : void
getAttListBoxItem ( ListBox theList, String AttName, esriFieldType theT, int theL ) : AttributeData
getListBoxItem ( ListBox theList, String FCName ) : FeatureData
getValueListBoxItem ( ListBox theList, String enumValue ) : ValueData
initProgressBar ( int theCount ) : void
lbDestAttributes_DrawItem ( object sender, DrawItemEventArgs e ) : void
lbDestinationValues_DrawItem ( object sender, DrawItemEventArgs e ) : void
lbDestination_DrawItem ( object Sender, DrawItemEventArgs e ) : void
lbSourceValues_DrawItem ( object sender, DrawItemEventArgs e ) : void
lbSource_DrawItem ( object Sender, DrawItemEventArgs e ) : void
lbSrcAttributes_DrawItem ( object sender, DrawItemEventArgs e ) : void
lstAttMappings_DrawItem ( object sender, DrawItemEventArgs e ) : void
lstAttMappings_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstValueMappings_DrawItem ( object sender, DrawItemEventArgs e ) : void
mnuAnalyzeDestination_Click ( object sender, EventArgs e ) : void
mnuAnalyzeInstructions_Click ( object sender, EventArgs e ) : void
mnuAnalyzeSource_Click ( object sender, EventArgs e ) : void
mnuDestination_Click ( object sender, EventArgs e ) : void
mnuExit_Click ( object sender, EventArgs e ) : void
mnuInitializeMap_Click ( object sender, EventArgs e ) : void
mnuInsertConstant_Click ( object sender, EventArgs e ) : void
mnuInstructions_Click ( object sender, EventArgs e ) : void
mnuMapConstant_Click ( object sender, EventArgs e ) : void
mnuRun_Click ( object sender, EventArgs e ) : void
mnuSaveMappings_Click ( object sender, EventArgs e ) : void
mnuShowMappings_Click ( object sender, EventArgs e ) : void
mnuSourceD_Click ( object sender, EventArgs e ) : void
mnuSourceG_Click ( object sender, EventArgs e ) : void
mnuUnMapped_Click ( object sender, EventArgs e ) : void
tcTop_Selecting ( object sender, TabControlCancelEventArgs e ) : void

Method Details

CheckDefaultValues() public method

public CheckDefaultValues ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
N TreeNode
theS FeatureData
theD FeatureData
return void

CheckDomainsAndValues() public method

public CheckDomainsAndValues ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
N TreeNode
theS FeatureData
theD FeatureData
return void

CheckFeatureProperties() public method

public CheckFeatureProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
N TreeNode
theS FeatureData
theD FeatureData
return void

CheckFieldProperties() public method

public CheckFieldProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
N TreeNode
theS FeatureData
theD FeatureData
return void

CheckSubTypeProperties() public method

public CheckSubTypeProperties ( TreeNode &N, FeatureData theS, FeatureData theD ) : void
N TreeNode
theS FeatureData
theD FeatureData
return void

CheckforGeoSpatialData() public method

public CheckforGeoSpatialData ( String strPath, String geoType, ListBox lstBox ) : void
strPath String
geoType String
lstBox ListBox
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DomainValueComparison() public method

public DomainValueComparison ( TreeNode &N, IDomain theS, IDomain theD ) : bool
N TreeNode
theS IDomain
theD IDomain
return bool

SaveAllMappings() public method

public SaveAllMappings ( ListBox lstMap ) : void
lstMap ListBox
return void

frmMaster() public method

public frmMaster ( ) : System
return System

getAttributeOrder() public method

public getAttributeOrder ( String theName, ListBox lstBox ) : int
theName String
lstBox ListBox
return int

getFeatureOrder() public method

public getFeatureOrder ( String theName, ListBox lstBox ) : int
theName String
lstBox ListBox
return int