Label | Explanation | Data Type |
Input Hydro Polygon Features
| One or more feature layers containing hydro polygons. | Feature Layer |
Output Line Feature Class
| The line feature class containing the centerlines of the collapsed polygons. It contains centerlines of all input polygons including those that are not collapsed. This feature class has a COLLAPSED attribute that specifies whether the centerline feature represents a collapsed polygon. | Feature Class |
Merge Adjacent Input Polygons
(Optional) | Specifies whether adjacent input polygons will be merged before calculating the centerlines.
| Boolean |
Connecting Hydro Line Features
(Optional) | Input hydro line features that connect to the input hydro polygons to be collapsed. Line features will be created to maintain these connections. | Feature Layer |
Collapse Width
(Optional) | The threshold width of an input hydro polygon to be considered for collapse. All polygons below the specified width will be collapsed. The default value is 0, which will collapse all features. | Linear Unit |
Collapse Width Tolerance (%)
(Optional) | A percentage tolerance within which features will be analyzed and the surrounding context will be considered when determining whether to collapse a feature. This is to minimize oscillations within the collapse. The default value is 20 percent. This parameter is applied only when the Collapse Width parameter value is specified. | Double |
Minimum Length
(Optional) | The minimum length required for a polygon to be retained in the output polygon feature class. The minimum length is based on the length of the centerline created for the polygon. If the centerline of a polygon is longer than the collapse width but shorter than the minimum length, the polygon will not be included in the output polygon feature class. The default value is 0. This parameter is applied only when the Collapse Width parameter value is specified. | Linear Unit |
Taper Length Percentage
(Optional) | The length that connections between polygons in the output polygon feature class and the output line feature class will be tapered. This parameter specifies the length of the tapering as a percentage of the width at the connection location. A taper length percentage value of 0 will result in no tapering. The default value is 50. This parameter is applied only when the Collapse Width parameter value is specified. | Double |
Output Polygon Feature Class
(Optional) | The polygon feature class containing the portions of the input hydro polygons that are not collapsed. This parameter is applied only when the Collapse Width parameter value is specified. | Feature Class |
Derived Output
Label | Explanation | Data Type |
InPoly Decode ID Table | The table linking the InPoly_ID values to the names of the input hydro polygon features. The table will be created in the same location as the Output Line Feature Class value. If the Output Line Feature Class value is specified in a feature dataset, the table will be created one level higher, at the geodatabase level. | Table |
InLine Decode ID Table | The table linking the InLine_ID values to the names of the connecting hydro line features. The table will be created in the same location as the Output Line Feature Class value. If the Output Line Feature Class value is specified in a feature dataset, the table will be created one level higher, at the geodatabase level. | Table |