what did you get running the various options on your sample file?
start with the online helphttp://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Overlay_toolset/000800000009000000/
How do you merge 2 identical polygons and combine / concatenate attributesuse a relate after a dissolve (before dissolve, attribute table is exported for the relate later).
I may not be understanding the example clearly but the Dissolve aggregates my separate polygons (if done after a Union) or simply does nothing when applied to my initial sample file and run on the Species field
"ABC" & "-" & [FID] + 1
The dissolve will need to be run so that you are left with a single polygon for each overlap, not stacked polygons. This is only possible if a UID has been generated for the overlapping polygons. One way to do this, is to generate a pt from the Unioned overlay, and dissolve those points based on their X,Y coordinates (matching UIDs in this case) and then create a new field and populate a UID using any method you are familiar with.in field calculator:"ABC" & "-" & [FID] + 1or whateverThen perform a spatial join to transfer attributes from the centroid pt, to the unioned polygon.Your GDB should then be ready for the relate.That archived post does leave out a lot of intermediate steps because the assumption is that the user has some basic working knowledge of ArcGIS as seen in the initial post. Its assumed you know how to eliminate the stacked polygons (identical spatially) into a single polygon. And also how to populate a field to concatenate the values in the related table.In the last post of the archived forum, download the Zipped mxd and gdb to explore how it was done (hint: explore the GDB when in ArcCatalog to observe the relates, tables, structure, etc...)
Ok, that work flow is making some sense to me now. Thank you. Work copy of Arc does not have the full Data Management tool box installed so can't generate points from poly here. But will give the process a try at the Library tomorrow.
Do you now if the attached Super Region Poly works for ArcMap 10.3.1? Joe
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.