Ejemplo n.º 1
0
 public frmSummarizeGraphSedimentByArivalTime(IMap map, rasterUtil rasterUtility)
 {
     InitializeComponent();
     mp     = map;
     vUtil  = new viewUtility((IActiveView)map);
     rsUtil = rasterUtility;
     populateComboBox();
 }
 public frmSummarizeGraphSedimentByArivalTime(IMap map, rasterUtil rasterUtility)
 {
     InitializeComponent();
     mp = map;
     vUtil = new viewUtility((IActiveView)map);
     rsUtil = rasterUtility;
     populateComboBox();
 }
 public frmBatchProcess(IMap map, rasterUtil rasterUtility)
 {
     InitializeComponent();
     mp = map;
     vUtil = new viewUtility((IActiveView)mp);
     rsUtil = rasterUtility;
     btCalc = new batchCalculations(rsUtil,rp);
     populateCmb();
 }
Ejemplo n.º 4
0
 public frmBatchProcess(IMap map, rasterUtil rasterUtility)
 {
     InitializeComponent();
     mp     = map;
     vUtil  = new viewUtility((IActiveView)mp);
     rsUtil = rasterUtility;
     btCalc = new batchCalculations(rsUtil, rp);
     populateCmb();
 }
Ejemplo n.º 5
0
 public frmStratifiedVarCov(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmStratifiedVarCov(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 7
0
 public frmMultivariateLinearRegression(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 8
0
 public frmCompareClassifications(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 9
0
 public frmExportSampleToCsv(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmLinearRegressionRaster(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 11
0
 public frmAdjustAccuracyAssessment(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 12
0
 public frmRunPolytomousLogisticRegression(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 13
0
 public frmFormatZonalData(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 14
0
 public frmBuildRegressionRaster(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmCompareClassifications(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 16
0
 public frmClusterSampleRaster(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmExplodeSample(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 18
0
 public frmSelectSamplesFromTable(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmAccuracyAssessment(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 20
0
 public frmSoftMaxNnet(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmSoftMaxNnet(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmRunPolytomousLogisticRegression(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmFormatZonalData(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 24
0
 public frmLocalRescaleAnalysis(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 25
0
 public frmCreateGlcmSurface(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     rstUtil = new rasterUtil();
     populateComboBox();
 }
Ejemplo n.º 26
0
 public frmFiaSummarizePoly(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 27
0
 public frmLandscapeMetrics(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 28
0
 public frmCreateAttributeTable(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 29
0
 public frmConditionalRaster(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmNDVIRaster(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 31
0
 public frmLinearTransform(IMap map)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 public frmCreateGlcmSurface(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     rstUtil = new rasterUtil();
     populateComboBox();
 }
Ejemplo n.º 33
0
 public frmCreateGlcmSurface(IMap map, ref rasterUtil rasterUtility, bool addToMap)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     rstUtil = rasterUtility;
     populateComboBox();
     perm = addToMap;
 }
 public frmRunRegressionRaster(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
     rstUtil = new rasterUtil();
     rR = new regressionRaster(ref rstUtil);
 }
 public frmArithmeticRaster(IMap map,ref rasterUtil rasterUtility,bool addToMap)
 {
     InitializeComponent();
     rsUtil = rasterUtility;
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
     aM = addToMap;
 }
 public frmCreateGlcmSurface(IMap map, ref rasterUtil rasterUtility, bool addToMap)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     rstUtil = rasterUtility;
     populateComboBox();
     perm = addToMap;
 }
Ejemplo n.º 37
0
 public frmRunRegressionRaster(IMap map)
 {
     InitializeComponent();
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
     rstUtil = new rasterUtil();
     rR      = new regressionRaster(ref rstUtil);
 }
 public frmNDVIRaster(IMap map, ref rasterUtil rasterUtility, bool AddToMap)
 {
     InitializeComponent();
     rsUtil = rasterUtility;
     addToMap = AddToMap;
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 39
0
 public frmLocalBinTimeRaster(IMap map, ref rasterUtil rasterUtility, bool AddToMap)
 {
     InitializeComponent();
     rsUtil   = rasterUtility;
     addToMap = AddToMap;
     mp       = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 40
0
 public frmCreateAttributeTable(IMap map, ref rasterUtil rasterUtility, bool AddToMap)
 {
     InitializeComponent();
     rsUtil   = rasterUtility;
     addToMap = AddToMap;
     mp       = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 41
0
 public frmArithmeticRaster(IMap map, ref rasterUtil rasterUtility, bool addToMap)
 {
     InitializeComponent();
     rsUtil = rasterUtility;
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
     aM = addToMap;
 }
Ejemplo n.º 42
0
 public frmFlipRaster(IMap map, rasterUtil.surfaceType surfaceType = rasterUtil.surfaceType.FLIP)
 {
     InitializeComponent();
     rsUtil    = new rasterUtil();
     sType     = surfaceType;
     this.Text = sType.ToString() + " Raster";
     mp        = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 43
0
        public frmLandscapeMetrics(IMap map, ref rasterUtil rasterUtility, bool AddToMap)
        {
            InitializeComponent();
            rsUtil = rasterUtility;
            mp     = map;
            if (mp != null)
            {
                vUtil = new viewUtility((IActiveView)mp);
            }
            populateComboBox();

            addToMap = AddToMap;
        }
 public frmFlipRaster(IMap map,rasterUtil.surfaceType surfaceType = rasterUtil.surfaceType.FLIP)
 {
     InitializeComponent();
     rsUtil = new rasterUtil();
     sType = surfaceType;
     this.Text = sType.ToString() + " Raster";
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 45
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            viewUtility vUtil = new viewUtility((IActiveView)map);

            foreach (string s in lstLayers.Items)
            {
                string lyrPath = String.Empty;
                lyrDic.TryGetValue(s, out lyrPath);
                if (lyrPath != String.Empty)
                {
                    vUtil.addLayer(lyrPath);
                }
            }
            this.Close();
        }
 /// <summary>
 /// Creates a point file with randommly assign sample locations given a raster. If statified is false the samples will be allocated randomly across the landsape and one field 
 /// is created within the point feature class called value that stores the raster values at each location.
 /// If statified is true then each stratum will recieve a specfied number of sample loctions and 2 fields will be created called class and weight identifing the the value of the raster at that locaiton and the weight that sample represents from the population of 
 /// raster cells. 
 /// </summary>
 /// <param name="map">the current map opionally this value can be null</param>
 /// <param name="stratified">boolean value that identifies whether sampling using stratification or simple random sample</param>
 public frmCreateRandomSample(IMap map,bool stratified)
 {
     InitializeComponent();
     strata = stratified;
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
         loadCombos();
     }
     if (strata)
     {
         this.Text = "Create Stratified Random Sample";
         lblNS.Text = "Samples per Strata";
         btnOpenModel.Visible = true;
     }
 }
 // = "Create Composite Raster")
 public frmCompositeRaster(IMap map, ref rasterUtil rasterUtility, bool AddToMap, bool composite = true)
 {
     InitializeComponent();
     if (composite)
     {
         this.Text = "Create Composite Raster";
     }
     else
     {
         this.Text = "Create Combine Raster";
     }
     rsUtil = rasterUtility;
     addToMap = AddToMap;
     mp = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 48
0
 public frmCompositeRaster(IMap map, bool composite = true)// title="Create Composite Raster")
 {
     InitializeComponent();
     if (composite)
     {
         this.Text = "Create Composite Raster";
     }
     else
     {
         mStr      = "Combine";
         this.Text = "Create Combine Raster";
     }
     rsUtil = new rasterUtil();
     mp     = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
Ejemplo n.º 49
0
 public frmCompositeRaster(IMap map, ref rasterUtil rasterUtility, bool AddToMap, bool composite = true)// = "Create Composite Raster")
 {
     InitializeComponent();
     if (composite)
     {
         this.Text = "Create Composite Raster";
     }
     else
     {
         this.Text = "Create Combine Raster";
     }
     rsUtil   = rasterUtility;
     addToMap = AddToMap;
     mp       = map;
     if (mp != null)
     {
         vUtil = new viewUtility((IActiveView)mp);
     }
     populateComboBox();
 }
 private void btnAdd_Click(object sender, EventArgs e)
 {
     viewUtility vUtil = new viewUtility((IActiveView)map);
     foreach (string s in lstLayers.Items)
     {
         string lyrPath = String.Empty;
         lyrDic.TryGetValue(s, out lyrPath);
         if (lyrPath != String.Empty)
         {
             vUtil.addLayer(lyrPath);
         }
     }
     this.Close();
 }