|
||||||||||
| 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.GACreateGeostatisticalLayer
Uses an existing geostatistical layer to create a new layer, which includes a new feature dataset or variable. The Create Geostatistical Layer tool is contained in the Geostatistical Analyst Tools tool box.
Software restrictions: none
| 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 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 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 |
public GACreateGeostatisticalLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GACreateGeostatisticalLayer(java.lang.Object inGaModelSource,
java.lang.Object inDatasets,
java.lang.Object outLayer)
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, the name of the new input dataset and field name to use in the creation of the new layer.outLayer - Geostatistical Layer, output geostatistical layer.| Method Detail |
public java.lang.Object getInGaModelSource()
public void setInGaModelSource(java.lang.Object inGaModelSource)
inGaModelSource - Geostatistical Layer | Geostatistical Model, input geostatistical model source.public java.lang.Object getInDatasets()
public void setInDatasets(java.lang.Object inDatasets)
inDatasets - Geostatistical Value Table, the name of the new input dataset and field name to use in the creation of the new layer.public java.lang.Object getOutLayer()
public void setOutLayer(java.lang.Object outLayer)
outLayer - Geostatistical Layer, output geostatistical layer.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||