|
|||||||||
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.coveragetools.SimplifyLineOrPolygon
public class SimplifyLineOrPolygon
Simplifies a line or a polygon boundary by removing small fluctuations or extraneous bends from it while preserving its essential shape. The Simplify Line Or Polygon tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SimplifyLineOrPolygon()
Creates the Simplify Line Or Polygon tool with defaults. |
|
SimplifyLineOrPolygon(Object inCover,
Object outCover,
double simplificationTolerance)
Creates the Simplify Line Or Polygon tool with the required parameters. |
Method Summary | |
---|---|
String |
getErrorCheck()
Returns the Check for topological errors parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool . |
String |
getSimplificationOperator()
Returns the Simplification Operator parameter of this tool . |
double |
getSimplificationTolerance()
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 |
setErrorCheck(String errorCheck)
Sets the Check for topological errors parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage parameter of this tool . |
void |
setSimplificationOperator(String simplificationOperator)
Sets the Simplification Operator parameter of this tool . |
void |
setSimplificationTolerance(double simplificationTolerance)
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 SimplifyLineOrPolygon()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SimplifyLineOrPolygon(Object inCover, Object outCover, double simplificationTolerance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage containing arcs or polygons to be simplified.outCover
- the coverage to be created. The output coverage name must be different from the input coverage name.simplificationTolerance
- sets the tolerance in coverage units. A tolerance must be specified and must be greater than zero.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage containing arcs or polygons to be simplified.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the coverage to be created. The output coverage name must be different from the input coverage name.public double getSimplificationTolerance()
public void setSimplificationTolerance(double simplificationTolerance)
simplificationTolerance
- sets the tolerance in coverage units. A tolerance must be specified and must be greater than zero.public String getSimplificationOperator()
public void setSimplificationOperator(String simplificationOperator)
simplificationOperator
- specifies the simplification operator.public String getErrorCheck()
public void setErrorCheck(String errorCheck)
errorCheck
- specifies whether to check for topological errors, including line-crossing, line-overlapping, zero-length lines, collapsed polygons, and holes falling outside of polygons.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 |