com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools
Class GAGetModelParameter

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.GAGetModelParameter
All Implemented Interfaces:
GPTool

public class GAGetModelParameter
extends AbstractGPTool

Gets model parameter value from an existing geostatistical model source. The Get Model Parameter tool is contained in the Geostatistical Analyst Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
GAGetModelParameter()
          Creates the Get Model Parameter tool with defaults.
GAGetModelParameter(java.lang.Object inGaModelSource, java.lang.String modelParamXpath)
          Creates the Get Model Parameter tool with the required parameters.
 
Method Summary
 java.lang.Object getInGaModelSource()
          Returns the Geostatistical model source parameter of this tool .
 java.lang.String getModelParamXpath()
          Returns the Parameter XML Path parameter of this tool .
 java.lang.String getOutParamValue()
          Returns the Parameter value parameter of this tool (Read only).
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInGaModelSource(java.lang.Object inGaModelSource)
          Sets the Geostatistical model source parameter of this tool .
 void setModelParamXpath(java.lang.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

GAGetModelParameter

public GAGetModelParameter()
Creates the Get Model Parameter tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


GAGetModelParameter

public GAGetModelParameter(java.lang.Object inGaModelSource,
                           java.lang.String modelParamXpath)
Creates the Get Model Parameter tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inGaModelSource - the geostatistical model source to be analyzed.
modelParamXpath - xML path to the required model parameter.
Method Detail

getInGaModelSource

public java.lang.Object getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . This parameter is the geostatistical model source to be analyzed. This is a required parameter.

Returns:
the Geostatistical model source

setInGaModelSource

public void setInGaModelSource(java.lang.Object inGaModelSource)
Sets the Geostatistical model source parameter of this tool . This parameter is the geostatistical model source to be analyzed. This is a required parameter.

Parameters:
inGaModelSource - the geostatistical model source to be analyzed.

getModelParamXpath

public java.lang.String getModelParamXpath()
Returns the Parameter XML Path parameter of this tool . This parameter is xML path to the required model parameter. This is a required parameter.

Returns:
the Parameter XML Path

setModelParamXpath

public void setModelParamXpath(java.lang.String modelParamXpath)
Sets the Parameter XML Path parameter of this tool . This parameter is xML path to the required model parameter. This is a required parameter.

Parameters:
modelParamXpath - xML path to the required model parameter.

getOutParamValue

public java.lang.String getOutParamValue()
Returns the Parameter value parameter of this tool (Read only). This is an derived parameter.

Returns:
the Parameter value

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias