Label | Explanation | Data Type |
Input Layer | The layer containing polygon features that will be dissolved or combined. | Feature Set |
Output Name | The name of the output layer to create on your portal. | String |
Dissolve Fields
(Optional) | One or more fields from the input layer that control which polygons are merged. If you don't supply dissolve fields, polygons that share a common border (that is, they are adjacent) or polygon areas that overlap will be dissolved into one polygon. If you do supply fields, polygons that share a common border and contain the same value in one or more fields will be dissolved. For example, if you have a layer of counties and each county has a State_Name attribute, you can dissolve boundaries using the State_Name attribute. Adjacent counties will be merged together if they have the same value for State_Name. The end result is a layer of state boundaries. If two or more fields are specified, the values in these fields must be the same for the boundary to be dissolved. | Field |
Summary Fields
(Optional) | A list of field names and statistical summary type that you wish to calculate for all points within each polygon. The count of points within each polygon is always returned. The following statistic types are supported:
| Value Table |
Derived Output
Label | Explanation | Data Type |
Output | The output polygon layer with dissolved boundaries. | Feature Set |