Ejemplo n.º 1
0
 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();
 }
Ejemplo n.º 2
0
 //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;
     
 }