|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.spatialanalysttools.RegionGroup
public class RegionGroup
For each cell in the output, Regiongroup records the identity of the connected region to which that cell belongs. A unique number is assigned to each region. The Region Group tool is contained in the Spatial Analyst Tools tool box.
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
RegionGroup()
Creates the Region Group tool with defaults. |
|
RegionGroup(Object inRaster,
Object outRaster)
Creates the Region Group tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAddLink()
Returns the Add link field to output parameter of this tool . |
int |
getExcludedValue()
Returns the Excluded value parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
String |
getNumberNeighbors()
Returns the Number of neighbors to use 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. |
String |
getZoneConnectivity()
Returns the Zone grouping method parameter of this tool . |
void |
setAddLink(String addLink)
Sets the Add link field to output parameter of this tool . |
void |
setExcludedValue(int excludedValue)
Sets the Excluded value parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setNumberNeighbors(String numberNeighbors)
Sets the Number of neighbors to use parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setZoneConnectivity(String zoneConnectivity)
Sets the Zone grouping method 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 RegionGroup()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RegionGroup(Object inRaster,
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.
inRaster - Composite Geodataset, it must be of integer type.outRaster - Raster Dataset, the raster to be created.| Method Detail |
|---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Composite Geodataset, it must be of integer type.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the raster to be created.public String getNumberNeighbors()
public void setNumberNeighbors(String numberNeighbors)
numberNeighbors - String, the number of neighboring cells to use in evaluating connectivity between cells.public String getZoneConnectivity()
public void setZoneConnectivity(String zoneConnectivity)
zoneConnectivity - String, defines which cell values should be considered when testing for connectivity.public String getAddLink()
public void setAddLink(String addLink)
addLink - String, specifies whether a link field is added to the table of the output.public int getExcludedValue()
public void setExcludedValue(int excludedValue)
excludedValue - Long, cells with the excluded value will be treated as NoData and are eliminated from calculations. Cell locations that contain an excluded value will receive zero for the location on the output raster. The excluded value is similar to the concept of a background value or setting a mask for a single function on the Environment Settings/Raster Settings dialog box. It is particularly useful in conjunction with the CROSS keyword and must be specified if the CROSS keyword is specified.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 | ||||||||