|
|||||||||
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.conversiontools.RasterToPolyline
public class RasterToPolyline
Converts a raster to polyline features. The Raster to Polyline tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToPolyline()
Creates the Raster to Polyline tool with defaults. |
|
RasterToPolyline(Object inRaster,
Object outPolylineFeatures)
Creates the Raster to Polyline tool with the required parameters. |
Method Summary | |
---|---|
String |
getBackgroundValue()
Returns the Background value parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
double |
getMinimumDangleLength()
Returns the Minimum dangle length parameter of this tool . |
Object |
getOutPolylineFeatures()
Returns the Output polyline features parameter of this tool . |
Object |
getRasterField()
Returns the Field parameter of this tool . |
String |
getSimplify()
Returns the Simplify polylines 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 |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setMinimumDangleLength(double minimumDangleLength)
Sets the Minimum dangle length parameter of this tool . |
void |
setOutPolylineFeatures(Object outPolylineFeatures)
Sets the Output polyline features parameter of this tool . |
void |
setRasterField(Object rasterField)
Sets the Field parameter of this tool . |
void |
setSimplify(String simplify)
Sets the Simplify polylines 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 RasterToPolyline()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToPolyline(Object inRaster, Object outPolylineFeatures)
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 dataset. the raster must be integer type.outPolylineFeatures
- the output feature class that will contain the converted polylines.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster dataset. the raster must be integer type.public Object getOutPolylineFeatures()
public void setOutPolylineFeatures(Object outPolylineFeatures)
outPolylineFeatures
- the output feature class that will contain the converted polylines.public String getBackgroundValue()
public void setBackgroundValue(String backgroundValue)
backgroundValue
- specifies the value that will identify the background cells. The raster dataset is viewed as a set of foreground cells and background cells. The linear features are formed from the foreground cells.public double getMinimumDangleLength()
public void setMinimumDangleLength(double minimumDangleLength)
minimumDangleLength
- minimum length of dangling polylines that will be retained. The default is zero.public String getSimplify()
public void setSimplify(String simplify)
simplify
- simplifies a line by removing small fluctuations or extraneous bends from it while preserving its essential shape.public Object getRasterField()
public void setRasterField(Object rasterField)
rasterField
- the field used to assign values from the cells in the input raster to the polyline features in the output dataset. it can be an integer or a string field.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 |