public Setting() { file = new ExeConfigurationFileMap(); InitializeComponent(); SuperMap.Data.Workspace m_workspace = new SuperMap.Data.Workspace(); importTool = new ImportTool(m_workspace); file.ExeConfigFilename = "setting.config"; set_Value(); }
//private ESRI.ArcGIS.Geoprocessor.Geoprocessor gp = new ESRI.ArcGIS.Geoprocessor.Geoprocessor(); public TIFF(string outPut_Path) { InitializeComponent(); this.savaPathInitialize = outPut_Path; SuperMap.Data.Workspace m_workspace = new SuperMap.Data.Workspace(); importTool = new ImportTool(m_workspace); dct = new DataConverTool(this.ExtractMesg, null, this.progressView,null, null); this.progressView.Properties.Stopped = true; }
//构造函数 public MainForm() { InitializeComponent(); importTool = new ImportTool(m_workspace); listviewSet(Lis_UndealData); listviewSet(Lis_DealData); DataManager(); UISetting(); }