I have two polygons that are next to each other (left image). After performing a union of the two polygons, I have a single polygon with outlines similar to the left image. What I am looking for is a way to remove the shared edges of the two polygons, as shown on the right. I am working with arcobjects (.net) and arcdesktop 10.1. Hopefully there's a nice built-in method to achieve this. Thanks.
Asked
Active
Viewed 531 times
3 Answers
0
There is an example in the ArcObjects help, this may help you.
[Creating a union of several polygons] http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000009t000000.htm

dr pain
- 570
- 1
- 5
- 13
-
Thanks, the link is how I got the union of the two polygons, but the outline of the polygon from the union still shows the outlines of each individual polygon. – Hoang Dang Jan 08 '13 at 20:52
0
I got this to work with the Integrate tool. It merges two polygons and remove any two edges that are near each other.

Hoang Dang
- 298
- 2
- 9