|
|||||||||
| 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.datamanagementtools.SimplifyLine
public class SimplifyLine
Simplifies a line by removing small fluctuations or extraneous bends from it while preserving its essential shape.
The Simplify Line tool is contained in the Data Management Tools tool box.
Learn more about how Simplify Line works
Software restrictions: ArcInfo and ArcEditor only

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
SimplifyLine()
Creates the Simplify Line tool with defaults. |
|
SimplifyLine(Object inFeatures,
Object outFeatureClass,
String algorithm,
Object tolerance)
Creates the Simplify Line tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAlgorithm()
Returns the Simplification Algorithm parameter of this tool . |
String |
getCollapsedPointOption()
Returns the Keep collapsed points parameter of this tool . |
String |
getErrorCheckingOption()
Returns the Check for topological errors parameter of this tool . |
String |
getErrorResolvingOption()
Returns the Resolve topological errors parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getOutPointFeatureClass()
Returns the Output Point Feature Class parameter of this tool (Read only). |
Object |
getTolerance()
Returns the Simplification Tolerance 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 |
setAlgorithm(String algorithm)
Sets the Simplification Algorithm parameter of this tool . |
void |
setCollapsedPointOption(String collapsedPointOption)
Sets the Keep collapsed points parameter of this tool . |
void |
setErrorCheckingOption(String errorCheckingOption)
Sets the Check for topological errors parameter of this tool . |
void |
setErrorResolvingOption(String errorResolvingOption)
Sets the Resolve topological errors parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setTolerance(Object tolerance)
Sets the Simplification Tolerance 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 SimplifyLine()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SimplifyLine(Object inFeatures,
Object outFeatureClass,
String algorithm,
Object tolerance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures - Feature Layer, the line features to be simplified.outFeatureClass - Feature Class, the output line feature class to be created.algorithm - String, specifies the line simplification algorithm.tolerance - Linear Unit, the tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.| Method Detail |
|---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures - Feature Layer, the line features to be simplified.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the output line feature class to be created.public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - String, specifies the line simplification algorithm.public Object getTolerance()
public void setTolerance(Object tolerance)
tolerance - Linear Unit, the tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.public String getErrorResolvingOption()
public void setErrorResolvingOption(String errorResolvingOption)
errorResolvingOption - String, specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled. This parameter will be in effect when the error_checking_option is CHECK (the default).public String getCollapsedPointOption()
public void setCollapsedPointOption(String collapsedPointOption)
collapsedPointOption - String, specifies whether to keep collapsed zero-length lines as points if any are found in the process. This option applies only when NO_CHECK is specified or when both FLAG_ERRORS and CHECK options are specified.public String getErrorCheckingOption()
public void setErrorCheckingOption(String errorCheckingOption)
errorCheckingOption - String, specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled.public Object getOutPointFeatureClass()
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 | ||||||||