|
|||||||||
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.spatialanalysttools.Pick
public class Pick
Assigns output values using one of a list of rasters determined by the value of an input raster. The Pick tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Pick()
Creates the Pick tool with defaults. |
|
Pick(Object inPositionRaster,
Object inRastersOrConstants,
Object outRaster)
Creates the Pick tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInPositionRaster()
Returns the Input position raster parameter of this tool . |
Object |
getInRastersOrConstants()
Returns the Input rasters or constant values parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster 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 |
setInPositionRaster(Object inPositionRaster)
Sets the Input position raster parameter of this tool . |
void |
setInRastersOrConstants(Object inRastersOrConstants)
Sets the Input rasters or constant values parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster 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 Pick()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Pick(Object inPositionRaster, Object inRastersOrConstants, Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPositionRaster
- input raster defining the position of the raster to use for the output value. the input must be a positive integer raster.inRastersOrConstants
- the list of inputs that the output value will be selected from. the inputs can be integer or float rasters, or constant values.outRaster
- the output raster.Method Detail |
---|
public Object getInPositionRaster()
public void setInPositionRaster(Object inPositionRaster)
inPositionRaster
- input raster defining the position of the raster to use for the output value. the input must be a positive integer raster.public Object getInRastersOrConstants()
public void setInRastersOrConstants(Object inRastersOrConstants)
inRastersOrConstants
- the list of inputs that the output value will be selected from. the inputs can be integer or float rasters, or constant values.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster.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 |