Label | Explanation | Data Type |
Input Features
| The features to be simplified. Features can be lines or polygons. If using multiple inputs, the features must have the same spatial reference. | Feature Layer |
Maximum Allowable Offset
| The maximum distance the output feature edges can deviate from the input feature shapes. When the Fit to vertices option is chosen for the Fitting Type parameter, the distance is measured between the input vertices and the output feature edges. When the Fit to segments option is chosen, the distance is measured between the input feature edges and the output feature edges. | Linear Unit |
Fitting Type (Optional) | Specifies how the output feature edges and circular arcs will be fitted to the input feature shapes. If Fit to segments is chosen, the Maximum Arc Angle Step and Minimum Number Of Vertices parameters are not available.
| String |
Create circular arcs
(Optional) | Specifies whether circular arcs will be created.
| Boolean |
Maximum Arc Angle Step (decimal degrees)
(Optional) | The maximum arc angle step (decimal degrees) that will be used to construct circular arcs. The arc angle defines how wide the visual field can be, for each step, when locating vertices to construct circular curves. The arc angle is the central angle of the candidate curve (the curve that is being constructed). If vertices are found within each maximum arc angle step, a circular arc is constructed. For example, if vertices and edges are sparse, use a large arc angle step. The valid value range is from 2 through 95 decimal degrees. The default is 20 decimal degrees. This parameter is not available if the Fit to segments option is chosen for the Fitting Type parameter. | Double |
Minimum Number Of Vertices
(Optional) | The minimum number of vertices required for a circular arc to be created. The value must be greater than 3. The default is 4. This parameter is not available if the Fit to segments option is chosen for the Fitting Type parameter. | Long |
Minimum Radius
(Optional) | The smallest allowable radius for output circular arcs. The value must be greater than 0 and smaller than the value specified for Maximum Radius. If no value is specified, the radius of the output circular arcs will not be checked (default). | Linear Unit |
Maximum Radius
(Optional) | The largest allowable radius for output circular arcs. The value must be greater than the value specified for Minimum Radius. If no value is specified, the radius of the output circular arcs will not checked (default). | Linear Unit |
Minimum Arc Angle (decimal degrees)
(Optional) | The minimum arc angle (decimal degrees) that will be used to construct circular arcs. The minimum arc angle is the smallest allowable central angle in the output circular arcs. If the central angle of any output circular arc is less than this value, it will not be created. The valid value range is from 2 through 360 decimal degrees. The default is 2 decimal degrees. | Double |
Preserve endpoints for closed line
(Optional) | Specifies whether the endpoints of a closed line will be preserved. A closed line is a line that has coincident end points (loop).
| Boolean |
Anchor Points
(Optional) | The path and name of the feature class that contains anchor points. Anchor points overlay vertices on the input features and indicate that they should not be moved or deleted in the simplify process. | Feature Layer |
Derived Output
Label | Explanation | Data Type |
Output Features | The updated features. | Feature Layer |
Output Layer Names | The updated layer names. | Feature Layer |