|
|||||||||
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.datamanagementtools.SmoothPolygon
public class SmoothPolygon
Smooths a polygon to improve its aesthetic or cartographic quality. The Smooth Polygon tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SmoothPolygon()
Creates the Smooth Polygon tool with defaults. |
|
SmoothPolygon(Object inFeatures,
Object outFeatureClass,
String algorithm,
Object tolerance)
Creates the Smooth Polygon tool with the required parameters. |
Method Summary | |
---|---|
String |
getAlgorithm()
Returns the Smoothing Algorithm parameter of this tool . |
String |
getEndpointOption()
Returns the Preserve endpoint for rings parameter of this tool . |
String |
getErrorOption()
Returns the Handling 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 |
getTolerance()
Returns the Smoothing 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 Smoothing Algorithm parameter of this tool . |
void |
setEndpointOption(String endpointOption)
Sets the Preserve endpoint for rings parameter of this tool . |
void |
setErrorOption(String errorOption)
Sets the Handling 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 Smoothing 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 SmoothPolygon()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SmoothPolygon(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 polygon features to be smoothed.outFeatureClass
- Feature Class, the output polygon feature class to be created.algorithm
- String, specifies the smoothing algorithm.tolerance
- Linear Unit, sets a tolerance used by the PAEK algorithm. 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 polygon features to be smoothed.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- Feature Class, the output polygon feature class to be created.public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm
- String, specifies the smoothing algorithm.public Object getTolerance()
public void setTolerance(Object tolerance)
tolerance
- Linear Unit, sets a tolerance used by the PAEK algorithm. 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 getEndpointOption()
public void setEndpointOption(String endpointOption)
endpointOption
- String, specifies whether or not to preserve the endpoints for isolated polygon rings. This option works with the PAEK algorithm only.public String getErrorOption()
public void setErrorOption(String errorOption)
errorOption
- String, specifies how the topological errors (possibly introduced in the process, such as line crossing or overlapping) will be handled.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 |