Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a polygon feature classs with millions of records, I need to find list of overlapping or intersecting polygons in the same feature class, and how to do it efficiently?

  1. I need a ESRI Arcobjects code snippet for the same.
  2. I want to know how much percentage overlap is occured.
  3. Object ID's of overlapping polygons
  4. Attached image and requirement in pictorial view.

enter image description here

share|improve this question
If you are looking for an ArcObjects solution you will find the answer if you search the archived esri forum (forums.esri.com) or get an answer if you post of the esri forum. – Hornbydd May 9 at 11:23
I agree and thanks. I am looking for efficient solution for my case. If any ESRI experts can help me would be great. – iamlaksh1 May 10 at 17:05
@iamlaksh1 What is meaning of "percentage overlap"? Number of the intersecting Feature? Or, percentage of overlapping area for each Feature? – Darksanta May 11 at 5:59
% of overlapping area between the polygons. – iamlaksh1 May 13 at 14:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.