Smooth Shared Edges (Cartography Tools)
Summary
Smooths the edges of the input features while maintaining the topological relationship with edges shared with other features.
Illustration

Usage
This tool modifies the Input Features and Shared Edge Features parameters. It does not produce new output feature classes.
Smoothing is applied to all Input Features edges and only Shared Edge Features edges that share an edge with any Input Features edges. Shared Edge Features edges that do not share an edge with at least one Input Features edge are not smoothed.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Features |
The lines or polygons to be smoothed. |
Feature Layer |
|
Smoothing Algorithm |
Specifies the smoothing algorithm.
|
String |
|
Smoothing Tolerance |
Determines the degree of smoothing. A unit can be specified; if no unit is specified, the unit of the input will be used. This is only used for the PAEK algorithm. The parameter will not appear on the tool dialog box when Bezier interpolation is selected and, in scripting, a value of 0 must be used. |
Linear Unit |
|
Shared Edge Features (Optional) |
Line or polygon features that will be smoothed along edges shared with input features. Other edges are not smoothed. |
Feature Layer |
|
Input Barrier Layers (Optional) |
Point, line, or polygon features that act as barriers for smoothing. The smoothed features will not touch or cross barrier features. |
Feature Layer |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Output Feature Class |
The smoothed input features. |
Feature Layer |
|
Output Feature Class |
The shared edge features. |
Feature Layer |
Environments
Licensing information
- Basic: No
- Standard: Yes
- Advanced: Yes