|
|||||||||
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.Rank
public class Rank
The values from the set of input rasters are ranked on a cell-by-cell basis, and which of these gets returned is determined by the value of the rank input raster. The Rank tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Rank()
Creates the Rank tool with defaults. |
|
Rank(Object inRankRasterOrConstant,
Object inRasters,
Object outRaster)
Creates the Rank tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRankRasterOrConstant()
Returns the Input rank raster or constant value parameter of this tool . |
Object |
getInRasters()
Returns the Input rasters 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 |
setInRankRasterOrConstant(Object inRankRasterOrConstant)
Sets the Input rank raster or constant value parameter of this tool . |
void |
setInRasters(Object inRasters)
Sets the Input rasters 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 Rank()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Rank(Object inRankRasterOrConstant, Object inRasters, 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.
inRankRasterOrConstant
- the input raster that defines the rank position to be returned. a number can be used as an input; however, the cell size and extent must first be set in the environment.inRasters
- the list of input rasters. the input defines the argument list to identify the value for the rank, defined by the first argument for each cell location.outRaster
- the output raster. for each cell in the output raster, the values in the input rasters are sorted from lowest to highest, and the input rank raster's value is used to select which will be the output value.Method Detail |
---|
public Object getInRankRasterOrConstant()
public void setInRankRasterOrConstant(Object inRankRasterOrConstant)
inRankRasterOrConstant
- the input raster that defines the rank position to be returned. a number can be used as an input; however, the cell size and extent must first be set in the environment.public Object getInRasters()
public void setInRasters(Object inRasters)
inRasters
- the list of input rasters. the input defines the argument list to identify the value for the rank, defined by the first argument for each cell location.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster. for each cell in the output raster, the values in the input rasters are sorted from lowest to highest, and the input rank raster's value is used to select which will be the output value.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 |