How to create multi-part geometries in a feature service

537
3
Jump to solution
01-12-2023 08:36 AM
Labels (2)
ZorbaConlen1
Occasional Contributor III

Hi. Is there a workflow to create multi-part features in a feature service (hosted or enterprise)? For the project at hand, I need a way for end users to generate multi-part polygons. I'm aware that it could be done via a custom widget or app using esri jsapi, but prefer to use OOB tools if possible.

Thanks

 

0 Kudos
1 Solution

Accepted Solutions
AmandaRing
Esri Contributor

Yes, as per the link @DougGreen shared, you can use the Analysis tool Dissolve Boundaries to create multipart polygons based on features with shared attributes.
Note that as with all analysis tools, you'll need the required user types and privileges in order to be able to perform analysis. This functionality is currently only available in Map Viewer Classic, but will be available in Map Viewer soon.

If you want others to be able to perform this analysis, you could consider creating a Web App, using Web AppBuilder. Go to Contents > Create App > Web AppBuilder
Within your web app, you can add the Analysis widget, and then choose the Dissolve Boundaries tool.

Then you can select your data of interest as the input features, choose to dissolve based on fields with the same value, and then ensure that Create multipart features is checked on.

AmandaRing_0-1674487562974.png

 

Amanda
Product Engineer - Web Analysis

View solution in original post

0 Kudos
3 Replies
DougGreen
Occasional Contributor II

Can the clients use ArcGIS Pro? You can add a feature service to a map in ArcGIS Pro and edit with full editing capability. It does appear that there's a way to do it in Map Viewer Classic for polygons

0 Kudos
AmandaRing
Esri Contributor

Yes, as per the link @DougGreen shared, you can use the Analysis tool Dissolve Boundaries to create multipart polygons based on features with shared attributes.
Note that as with all analysis tools, you'll need the required user types and privileges in order to be able to perform analysis. This functionality is currently only available in Map Viewer Classic, but will be available in Map Viewer soon.

If you want others to be able to perform this analysis, you could consider creating a Web App, using Web AppBuilder. Go to Contents > Create App > Web AppBuilder
Within your web app, you can add the Analysis widget, and then choose the Dissolve Boundaries tool.

Then you can select your data of interest as the input features, choose to dissolve based on fields with the same value, and then ensure that Create multipart features is checked on.

AmandaRing_0-1674487562974.png

 

Amanda
Product Engineer - Web Analysis
0 Kudos
ZorbaConlen1
Occasional Contributor III

Thanks for the replies Doug and Amanda. This does need to be some type of web based workflow. I'll look at the idea with WAB. Cheers.

0 Kudos