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

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

public class GACreateGeostatisticalLayer
extends AbstractGPTool

Creates a new geostatistical layer. An existing geostatistical layer or geostatistical model is required to populate the initial values for the new layer. The input to this tool can be created using the Geostatistical Wizard. The Create Geostatistical Layer 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
GACreateGeostatisticalLayer()
          Creates the Create Geostatistical Layer tool with defaults.
GACreateGeostatisticalLayer(java.lang.Object inGaModelSource, java.lang.Object inDatasets, java.lang.Object outLayer)
          Creates the Create Geostatistical Layer tool with the required parameters.
 
Method Summary
 java.lang.Object getInDatasets()
          Returns the Input dataset(s) parameter of this tool .
 java.lang.Object getInGaModelSource()
          Returns the Geostatistical model source parameter of this tool .
 java.lang.Object getOutLayer()
          Returns the Output geostatistical layer parameter of this tool .
 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 setInDatasets(java.lang.Object inDatasets)
          Sets the Input dataset(s) parameter of this tool .
 void setInGaModelSource(java.lang.Object inGaModelSource)
          Sets the Geostatistical model source parameter of this tool .
 void setOutLayer(java.lang.Object outLayer)
          Sets the Output geostatistical layer 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

GACreateGeostatisticalLayer

public GACreateGeostatisticalLayer()
Creates the Create Geostatistical Layer tool with defaults.

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


GACreateGeostatisticalLayer

public GACreateGeostatisticalLayer(java.lang.Object inGaModelSource,
                                   java.lang.Object inDatasets,
                                   java.lang.Object outLayer)
Creates the Create Geostatistical Layer 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.
inDatasets - input dataset(s) displays two pieces:
outLayer - the geostatistical layer produced by the tool.
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.

getInDatasets

public java.lang.Object getInDatasets()
Returns the Input dataset(s) parameter of this tool . This parameter is input dataset(s) displays two pieces: This is a required parameter.

Returns:
the Input dataset(s)

setInDatasets

public void setInDatasets(java.lang.Object inDatasets)
Sets the Input dataset(s) parameter of this tool . This parameter is input dataset(s) displays two pieces: This is a required parameter.

Parameters:
inDatasets - input dataset(s) displays two pieces:

getOutLayer

public java.lang.Object getOutLayer()
Returns the Output geostatistical layer parameter of this tool . This parameter is the geostatistical layer produced by the tool. This is a required parameter.

Returns:
the Output geostatistical layer

setOutLayer

public void setOutLayer(java.lang.Object outLayer)
Sets the Output geostatistical layer parameter of this tool . This parameter is the geostatistical layer produced by the tool. This is a required parameter.

Parameters:
outLayer - the geostatistical layer produced by the tool.

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