Available in big data analytics.
The Dissolve Boundaries tool aggregates features based on specified attributes. One or more
fields can be selected to merge areas with matching attribute
values.
Workflow diagram
Example
An agricultural development company sampled thousands of terrestrial quadrats across a county. The data includes a soil_depth field and a suitability field. The values in the suitability field were calculated by classifying soil_depth values into categories of low or high. The quadrats can be dissolved based on the suitability field to determine where the most expansive suitable area is located.
Usage notes
- The input must be a single layer of polygon features. The dissolved output features will always be polygon features.
- You can also calculate statistics on numerical fields for areas that are being dissolved together.
- Output can include multipart or single-part features. A multipart feature is defined as one feature that is divided into noncontiguous parts. For example, the state of Hawaii can be considered a multipart feature because its separate geometric parts are classified as a single state.
- If no fields are specified for the Dissolve Fields parameter and Multipart is set to Yes, the output will be one multipart feature. If no fields are specified for the Dissolve Fields parameter and Multi-part is set to No, only polygons that intersect will be merged.
- Additional statistics can be calculated using the Summary Fields parameter. The summary fields statistics available depend on the field type you are summarizing. A string attribute field can use the Any, Count, and Count Distinct statistics. A numeric attribute field can use the Any, Count, Count Distinct, Sum, Sum of Squares, Min, Max, Range, Variance, and Standard Deviation statistics. A date attribute field can use the Any, Count, Min, Max, and Range statistics.
Parameters
Parameter | Description | Data type |
---|---|---|
Input Layer | The point features for which density will be calculated. | Features |
Dissolve Fields (optional) | The field or fields for which features will be aggregated. Features with the same field values will be dissolved. | String |
Summary Fields (optional) | The statistics that will be calculated for specified fields. Different statistics are available depending on whether the specified field is a string, numeric, or date field.
| String |
Multipart | Specifies whether multipart features are allowed in the output layer. A multipart feature is defined as one feature that is divided into noncontiguous parts.
| Boolean |
Output layer
The output layer will contain the following:
- Fields specified in the Dissolve Fields parameter.
- A COUNT field that represents the number of features that were dissolved into the feature.
- Summary field values configured for the tool.
Considerations and limitations
The Dissolve Boundaries tool can only be used on polygon features.