예제 #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();
 }
예제 #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;
     
 }
예제 #3
0
        //构造函数
        public MainForm()
        {
            InitializeComponent();
         
           
            importTool = new ImportTool(m_workspace);
            listviewSet(Lis_UndealData);
            listviewSet(Lis_DealData);
            DataManager();
            UISetting();

        }