|
|||||||||
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.BoundaryClean
public class BoundaryClean
Smoothes the boundary between zones by expanding and shrinking it. The Boundary Clean tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
BoundaryClean()
Creates the Boundary Clean tool with defaults. |
|
BoundaryClean(Object inRaster,
Object outRaster)
Creates the Boundary Clean tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
String |
getNumberOfRuns()
Returns the Run expansion and shrinking twice parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
String |
getSortType()
Returns the Sorting technique 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 |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setNumberOfRuns(String numberOfRuns)
Sets the Run expansion and shrinking twice parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setSortType(String sortType)
Sets the Sorting technique 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 BoundaryClean()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BoundaryClean(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
- the input raster for which the boundary between zones will be smoothed. it must be of integer type.outRaster
- the output generalized raster. the boundaries between zones in the input will be smoothed.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster for which the boundary between zones will be smoothed. it must be of integer type.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output generalized raster. the boundaries between zones in the input will be smoothed.public String getSortType()
public void setSortType(String sortType)
sortType
- specifies the type of sorting to use in the smoothing process. this determines the priority by which cells can expand into their neighbors.public String getNumberOfRuns()
public void setNumberOfRuns(String numberOfRuns)
numberOfRuns
- specifies the number of directions in which the smoothing process will take place.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 |