|
|||||||||
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.Thin
public class Thin
Thins rasterized linear features by reducing the number of cells representing the width of the features. The Thin tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Thin()
Creates the Thin tool with defaults. |
|
Thin(Object inRaster,
Object outRaster)
Creates the Thin tool with the required parameters. |
Method Summary | |
---|---|
String |
getBackgroundValue()
Returns the Background value parameter of this tool . |
String |
getCorners()
Returns the Shape for corners parameter of this tool . |
String |
getFilter()
Returns the Filter input first parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
double |
getMaximumThickness()
Returns the Maximum thickness of input linear features 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 |
setBackgroundValue(String backgroundValue)
Sets the Background value parameter of this tool . |
void |
setCorners(String corners)
Sets the Shape for corners parameter of this tool . |
void |
setFilter(String filter)
Sets the Filter input first parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setMaximumThickness(double maximumThickness)
Sets the Maximum thickness of input linear features 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 Thin()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Thin(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 to be thinned. it must be of integer type.outRaster
- the output thinned raster.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster to be thinned. it must be of integer type.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output thinned raster.public String getBackgroundValue()
public void setBackgroundValue(String backgroundValue)
backgroundValue
- specifies the cell value that will identify the background cells. The linear features are formed from the foreground cells.public String getFilter()
public void setFilter(String filter)
filter
- specifies whether a filter will be applied as the first phase of thinning.public String getCorners()
public void setCorners(String corners)
corners
- specifies whether round or sharp turns will be made at turns or junctions. it is also used during the vector conversion process to spline curves or create sharp intersections and corners.public double getMaximumThickness()
public void setMaximumThickness(double maximumThickness)
maximumThickness
- the maximum thickness, in map units, of linear features in the input raster. the default thickness is ten times the cell size.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 |