|
|||||||||
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.GAGetModelParameter
public class GAGetModelParameter
Gets model parameter value from an existing geostatistical model source. The Get 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 | |
---|---|
GAGetModelParameter()
Creates the Get Model Parameter tool with defaults. |
|
GAGetModelParameter(Object inGaModelSource,
String modelParamXpath)
Creates the Get Model Parameter tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . |
String |
getModelParamXpath()
Returns the Parameter XML Path parameter of this tool . |
String |
getOutParamValue()
Returns the Parameter value parameter of this tool (Read only). |
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 |
setModelParamXpath(String modelParamXpath)
Sets the Parameter XML Path 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 GAGetModelParameter()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GAGetModelParameter(Object inGaModelSource, String modelParamXpath)
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.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 getOutParamValue()
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 |