|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.GASemivariogramSensitivity
public class GASemivariogramSensitivity
The semivariogram parameters Nugget, Partial Sill and Range can be varied to perform a sensitivity analysis.
The Semivariogram Sensitivity tool is contained in the Geostatistical Analyst Tools tool box.
Learn more about Semivariogram Sensitivity
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
GASemivariogramSensitivity()
Creates the Semivariogram Sensitivity tool with defaults. |
|
GASemivariogramSensitivity(Object inGaModelSource,
Object inDatasets,
Object inLocations,
Object outTable)
Creates the Semivariogram Sensitivity tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInDatasets()
Returns the Input dataset(s) parameter of this tool . |
Object |
getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . |
Object |
getInLocations()
Returns the Point observation locations parameter of this tool . |
int |
getMinrangeCalcTimes()
Returns the Number of calculations for Minor Range parameter of this tool . |
double |
getMinrangeSpanPercents()
Returns the Minor Range span (% of model value) parameter of this tool . |
int |
getNuggetCalcTimes()
Returns the Number of calculations for Nugget parameter of this tool . |
double |
getNuggetSpanPercents()
Returns the Nugget span (% of model value) parameter of this tool . |
Object |
getOutTable()
Returns the Output table parameter of this tool . |
int |
getPartialsillCalcTimes()
Returns the Number of calculations for Partial Sill parameter of this tool . |
double |
getPartialsillSpanPercents()
Returns the Partial Sill span (% of model value) parameter of this tool . |
int |
getRangeCalcTimes()
Returns the Number of calculations for Major Range parameter of this tool . |
double |
getRangeSpanPercents()
Returns the Major Range span (% of model value) parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInDatasets(Object inDatasets)
Sets the Input dataset(s) parameter of this tool . |
void |
setInGaModelSource(Object inGaModelSource)
Sets the Geostatistical model source parameter of this tool . |
void |
setInLocations(Object inLocations)
Sets the Point observation locations parameter of this tool . |
void |
setMinrangeCalcTimes(int minrangeCalcTimes)
Sets the Number of calculations for Minor Range parameter of this tool . |
void |
setMinrangeSpanPercents(double minrangeSpanPercents)
Sets the Minor Range span (% of model value) parameter of this tool . |
void |
setNuggetCalcTimes(int nuggetCalcTimes)
Sets the Number of calculations for Nugget parameter of this tool . |
void |
setNuggetSpanPercents(double nuggetSpanPercents)
Sets the Nugget span (% of model value) parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output table parameter of this tool . |
void |
setPartialsillCalcTimes(int partialsillCalcTimes)
Sets the Number of calculations for Partial Sill parameter of this tool . |
void |
setPartialsillSpanPercents(double partialsillSpanPercents)
Sets the Partial Sill span (% of model value) parameter of this tool . |
void |
setRangeCalcTimes(int rangeCalcTimes)
Sets the Number of calculations for Major Range parameter of this tool . |
void |
setRangeSpanPercents(double rangeSpanPercents)
Sets the Major Range span (% of model value) parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GASemivariogramSensitivity()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GASemivariogramSensitivity(Object inGaModelSource,
Object inDatasets,
Object inLocations,
Object outTable)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGaModelSource - Geostatistical Layer | Geostatistical Model, input geostatistical model source.inDatasets - Geostatistical Value Table, this input has two sections:inLocations - Feature Layer, the locations of the points where the analysis will be performed.outTable - Table, table of sensitivity results.| Method Detail |
|---|
public Object getInGaModelSource()
public void setInGaModelSource(Object inGaModelSource)
inGaModelSource - Geostatistical Layer | Geostatistical Model, input geostatistical model source.public Object getInDatasets()
public void setInDatasets(Object inDatasets)
inDatasets - Geostatistical Value Table, this input has two sections:public Object getInLocations()
public void setInLocations(Object inLocations)
inLocations - Feature Layer, the locations of the points where the analysis will be performed.public double getNuggetSpanPercents()
public void setNuggetSpanPercents(double nuggetSpanPercents)
nuggetSpanPercents - Double, the percentage that is subtracted and added to the Nugget parameter to create a range from which a random Nugget parameter will be selected.public int getNuggetCalcTimes()
public void setNuggetCalcTimes(int nuggetCalcTimes)
nuggetCalcTimes - Long, the number of random Nugget parameters that will be drawn from the Nugget span.public double getPartialsillSpanPercents()
public void setPartialsillSpanPercents(double partialsillSpanPercents)
partialsillSpanPercents - Double, the percentage that is subtracted and added to the Partial Sill parameter to create a range from which a random Partial Sill parameter will be selected.public int getPartialsillCalcTimes()
public void setPartialsillCalcTimes(int partialsillCalcTimes)
partialsillCalcTimes - Long, the number of random Partial Sill parameters that will be drawn from the Partial Sill span.public double getRangeSpanPercents()
public void setRangeSpanPercents(double rangeSpanPercents)
rangeSpanPercents - Double, the percentage that is subtracted and added to the Major Range parameter to create a range from which a random Major Range parameter will be selected.public int getRangeCalcTimes()
public void setRangeCalcTimes(int rangeCalcTimes)
rangeCalcTimes - Long, the number of random Major Range parameters that will be drawn from the Major Range span.public double getMinrangeSpanPercents()
public void setMinrangeSpanPercents(double minrangeSpanPercents)
minrangeSpanPercents - Double, the percentage that is subtracted and added to the Minor Range parameter to create a range from which a random Minor Range parameter will be selected.public int getMinrangeCalcTimes()
public void setMinrangeCalcTimes(int minrangeCalcTimes)
minrangeCalcTimes - Long, the number of random Minor Range parameters that will be drawn from the Minor Range span.public Object getOutTable()
public void setOutTable(Object outTable)
outTable - Table, table of sensitivity results.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||