|
|||||||||
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.GACreateGeostatisticalLayer
public class GACreateGeostatisticalLayer
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.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GACreateGeostatisticalLayer()
Creates the Create Geostatistical Layer tool with defaults. |
|
GACreateGeostatisticalLayer(Object inGaModelSource,
Object inDatasets,
Object outLayer)
Creates the Create Geostatistical Layer tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInDatasets()
Returns the Input dataset(s) parameter of this tool . |
Object |
getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . |
Object |
getOutLayer()
Returns the Output geostatistical layer 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 |
setInDatasets(Object inDatasets)
Sets the Input dataset(s) parameter of this tool . |
void |
setInGaModelSource(Object inGaModelSource)
Sets the Geostatistical model source parameter of this tool . |
void |
setOutLayer(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 |
---|
public GACreateGeostatisticalLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GACreateGeostatisticalLayer(Object inGaModelSource, Object inDatasets, 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
- the geostatistical model source to be analyzed.inDatasets
- input dataset(s) displays two pieces:outLayer
- the geostatistical layer produced by the tool.Method Detail |
---|
public Object getInGaModelSource()
public void setInGaModelSource(Object inGaModelSource)
inGaModelSource
- the geostatistical model source to be analyzed.public Object getInDatasets()
public void setInDatasets(Object inDatasets)
inDatasets
- input dataset(s) displays two pieces:public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer
- the geostatistical layer produced by the tool.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 |