I have a polygon feature class that has many overlapping polygons. Ideally they should be the same shape with different data, but the reality is that there are minor differences in the vertices.
I am trying to find a way to convert these to a single polygon with all of the information stored in new fields.
For example, let's say that I have the fields [acres], [name], and [location]. If there are three of these polygons overlapping each other, I want to have a single resulting polygon in a new feature class that says [acres], [name1], [name2], [name3], and [location].
Thanks for the help.
I am trying to find a way to convert these to a single polygon with all of the information stored in new fields.
For example, let's say that I have the fields [acres], [name], and [location]. If there are three of these polygons overlapping each other, I want to have a single resulting polygon in a new feature class that says [acres], [name1], [name2], [name3], and [location].
Thanks for the help.