|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.GASetModelParameter
public class GASetModelParameter
Sets parameter value(s) in an existing geostatistical model source. The Set Model Parameter tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GASetModelParameter()
Creates the Set Model Parameter tool with defaults. |
|
GASetModelParameter(Object inGaModelSource,
String modelParamXpath,
String inParamValue,
Object outGaModel)
Creates the Set Model Parameter tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . |
String |
getInParamValue()
Returns the Parameter value parameter of this tool . |
String |
getModelParamXpath()
Returns the Parameter XML Path parameter of this tool . |
Object |
getOutGaModel()
Returns the Output model 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 |
setInGaModelSource(Object inGaModelSource)
Sets the Geostatistical model source parameter of this tool . |
void |
setInParamValue(String inParamValue)
Sets the Parameter value parameter of this tool . |
void |
setModelParamXpath(String modelParamXpath)
Sets the Parameter XML Path parameter of this tool . |
void |
setOutGaModel(Object outGaModel)
Sets the Output model 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 GASetModelParameter()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GASetModelParameter(Object inGaModelSource, String modelParamXpath, String inParamValue, Object outGaModel)
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
- the geostatistical model source to be analyzed.modelParamXpath
- xML path to the required model parameter.inParamValue
- value for the parameter defined by the XML path.outGaModel
- geostatistical model created with the parameter value defined in the XML path.Method Detail |
---|
public Object getInGaModelSource()
public void setInGaModelSource(Object inGaModelSource)
inGaModelSource
- the geostatistical model source to be analyzed.public String getModelParamXpath()
public void setModelParamXpath(String modelParamXpath)
modelParamXpath
- xML path to the required model parameter.public String getInParamValue()
public void setInParamValue(String inParamValue)
inParamValue
- value for the parameter defined by the XML path.public Object getOutGaModel()
public void setOutGaModel(Object outGaModel)
outGaModel
- geostatistical model created with the parameter value defined in the XML path.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 |