Hello,
I have a single layer with several hundred features in it. Many of the features overlap each other. I would like identify all those overlaps and create a new layer that combines the attributes of the original layer.
For example consider the following example where CD 10 and JD 18 overlap each other slightly. I would like to create a new layer that contains three features with the following attributes:
*A feature called CD 10 where there is no overlap with JD 18.
*A feature called CD 10, JD 18 where CD 10 and JD 18 overlap.
*A feature called JD 18 where there is no overlap with CD 10.
I thought Union would do the trick, but it does not seem to produce the results that I expected. Furthermore it would be useful if we could keep the overlapped features in alphabetical order so that CD 10 always proceeds JD 18.
Please let me know how I can union / intersect / etc all the features within a single layer so that I can identify overlaps and create a layer without any overlaps.
Thank You!