|
|||||||||
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.Watershed
public class Watershed
Determines the contributing area above a set of cells in a raster. The Watershed tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Watershed()
Creates the Watershed tool with defaults. |
|
Watershed(Object inFlowDirectionRaster,
Object inPourPointData,
Object outRaster)
Creates the Watershed tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFlowDirectionRaster()
Returns the Input flow direction raster parameter of this tool . |
Object |
getInPourPointData()
Returns the Input raster or feature pour point data parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
Object |
getPourPointField()
Returns the Pour point field 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 |
setInFlowDirectionRaster(Object inFlowDirectionRaster)
Sets the Input flow direction raster parameter of this tool . |
void |
setInPourPointData(Object inPourPointData)
Sets the Input raster or feature pour point data parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setPourPointField(Object pourPointField)
Sets the Pour point field 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 Watershed()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Watershed(Object inFlowDirectionRaster, Object inPourPointData, 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.
inFlowDirectionRaster
- the input raster that shows the direction of flow out of each cell. the flow direction raster can be created using the Flow Direction tool.inPourPointData
- the input pour point locations. for a raster, this represents cells above which the contributing area, or catchment, will be determined. All cells that are not NoData will be used as source cells. for a feature dataset, this represents locations above which the contributing area, or catchment, will be determined.outRaster
- the output raster that shows the contributing area. it will be of integer type.Method Detail |
---|
public Object getInFlowDirectionRaster()
public void setInFlowDirectionRaster(Object inFlowDirectionRaster)
inFlowDirectionRaster
- the input raster that shows the direction of flow out of each cell. the flow direction raster can be created using the Flow Direction tool.public Object getInPourPointData()
public void setInPourPointData(Object inPourPointData)
inPourPointData
- the input pour point locations. for a raster, this represents cells above which the contributing area, or catchment, will be determined. All cells that are not NoData will be used as source cells. for a feature dataset, this represents locations above which the contributing area, or catchment, will be determined.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster that shows the contributing area. it will be of integer type.public Object getPourPointField()
public void setPourPointField(Object pourPointField)
pourPointField
- field used to assign values to the pour point locations. if the pour point dataset is a raster, use Value. if the pour point dataset is a feature, use a numeric field. If the field contains floating-point values, they will be truncated into integers.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 |