|
|||||||||
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.GACalculateZValue
public class GACalculateZValue
The Calculate Z-value tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GACalculateZValue()
Creates the Calculate Z-value tool with defaults. |
|
GACalculateZValue(Object inGeostatLayer,
Object pointCoord)
Creates the Calculate Z-value tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
double |
getOutZValue()
Returns the Result (z-value) parameter of this tool (Read only). |
Object |
getPointCoord()
Returns the Input point 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 |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer parameter of this tool . |
void |
setPointCoord(Object pointCoord)
Sets the Input point 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 GACalculateZValue()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GACalculateZValue(Object inGeostatLayer, Object pointCoord)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeostatLayer
- the geostatistical layer to be analyzed.pointCoord
- the x,y coordinate of the point where the Z value is required.Method Detail |
---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer
- the geostatistical layer to be analyzed.public Object getPointCoord()
public void setPointCoord(Object pointCoord)
pointCoord
- the x,y coordinate of the point where the Z value is required.public double getOutZValue()
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 |