Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

Use intersect on one layer and find the duplicated geometries

$
0
0
Hi Friends,

I want to use this intersect sample code of arcobject vba to catch duplicates in lines and polygons : http://edndoc.esri.com/arcobjects/9....ct_Example.htm

1:The problem is that when I apply it on the same layer to find duplicated features it doesn't work, while through toolbox> overlay> intersect it works properly. Here is a sample image:
Attachment 21546

2: Do you have any other workaround for catching duplicates in polylines and polygons, I thought about a: TopologicalOperator::simplify, b: RelationalOperator::equals, c: finding centroids and midlines, but I don't know which one is a correct solution.

Note: I don't want use attribute table to remove duplication, I need a geometrical solution.

Thanks.
Attached Thumbnails
Click image for larger version

Name:	duplicate.jpg‎
Views:	N/A
Size:	10.1 KB
ID:	21546  

Viewing all articles
Browse latest Browse all 1374

Trending Articles