<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to find overlapping or intersecting polygons with in same layer - efficientl in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153809#M3969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: iamlaksh3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 12:47:13 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-05-15T12:47:13Z</dc:date>
    <item>
      <title>Need to find overlapping or intersecting polygons with in same layer - efficiently</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153808#M3968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: iamlaksh3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon feature classs with millions of records, I need to find list of overlapping or intesecting polygons in the same feature class, how to do it efficiently, I need a code snippet for the same. Attached image and requirement in pictorial view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24115[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:48:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153808#M3968</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-07T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find overlapping or intersecting polygons with in same layer - efficientl</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153809#M3969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: iamlaksh3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153809#M3969</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-15T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find overlapping or intersecting polygons with in same layer - efficientl</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153810#M3970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in the same thing and didn't find anything answering the question so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I have an idea which may work. If you can group your polygons that overlap into distinct groups, it may be possible to create multiple layers of the same feature class with a definition query on each layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I have polygons which I can classify into 15 types. I am fairly confident that within each type no polygon overlaps. It certainly shouldn't be the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it is the correct that each type can and sometimes does overlap any of the other 15 types. As I need to make sure I do not have any polygons obscured I need to know which groups obscure other types. Once I know this I can then&amp;nbsp; use hatched fills so the polygons underneath are visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To help with this I set up 15 layers with definition queries on and then do some select by location analysis. I use it to find any that intersect and also any which are within.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may not help you, especially if you have many records of data which are not easily grouped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 08:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153810#M3970</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2013-06-26T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find overlapping or intersecting polygons with in same layer - efficientl</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153811#M3971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: weif4314&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcObject, there is an interface called IRelationalOperatorNxM might help accopolish what you want.&amp;nbsp; You need to have 2 geometry bags, each holds the same set of polygons from the same feature class.&amp;nbsp; Call Overlaps method and you will have the relationresult.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IRelationalOperatorNxM_Interface/002m00000338000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IRelationalOperatorNxM_Interface/002m00000338000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m00000348000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m00000348000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 20:53:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-to-find-overlapping-or-intersecting-polygons/m-p/153811#M3971</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-06-27T20:53:44Z</dc:date>
    </item>
  </channel>
</rss>

