<?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: Find Intersection between two polygons in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524484#M3573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Hi joshua,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;find below answaers&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;Are these shapefiles or feature classes in a geodatabase?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;These are shapefiles&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;what are your XY resolutions and XY tolerances?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;The tolerance is 0.00001&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 15:27:20 GMT</pubDate>
    <dc:creator>chandrasekhar_reddyguda</dc:creator>
    <dc:date>2016-10-18T15:27:20Z</dc:date>
    <item>
      <title>Find Intersection between two polygons</title>
      <link>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524482#M3571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;I&amp;nbsp;got a feedback from our customer, where there is a gap/overlap between two polygons, when we look into &lt;SPAN&gt;A&lt;/SPAN&gt;&lt;SPAN&gt;rcMap could not see the overlap area&amp;nbsp;&lt;/SPAN&gt;even in maximum zoom, but if we see other software clearly we can notice the overlap between two polygons.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;tried with ArcMap built-in tool&amp;nbsp;&amp;nbsp;intersect (Analysis) but could not identified the overlap areas .&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;I&amp;nbsp;tried with Arcobjects .net coding where used ITopolygical operater&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ITopologicalOperator&lt;/STRONG&gt; tOper=polygon1 as&amp;nbsp;&lt;STRONG&gt;ITopologicalOperator&lt;SPAN style="font-weight: normal;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;IGeometry resultGeom = (IGeometry)&lt;SPAN style="font-weight: normal;"&gt;tOper&lt;/SPAN&gt;.Intersect(polygon2, esriGeometryDimension.esriGeometry1Dimension);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead&lt;STRONG style="font-weight: normal;"&gt;&amp;nbsp;of coming intersection area &amp;nbsp;got hole area (both) as output (input and output is same)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: normal;"&gt;&lt;IMG class="image-1 jive-image" height="233" src="https://community.esri.com/legacyfs/online/247191_pastedImage_3.png" width="263" /&gt;&lt;IMG class="image-2 jive-image" height="235" src="https://community.esri.com/legacyfs/online/247196_pastedImage_5.png" width="254" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: normal;"&gt;when measure the distance between these intersected&amp;nbsp;polygons in other software the distance is ~&amp;nbsp;0.0000000002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="333" src="https://community.esri.com/legacyfs/online/247200_pastedImage_10.png" width="644" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the Customer given intersected area&amp;nbsp;shape file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/247205_pastedImage_12.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: normal;"&gt;i am using .net 10.2.2 SDK , hence kindly provide the solution with arcobjects.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524482#M3571</guid>
      <dc:creator>chandrasekhar_reddyguda</dc:creator>
      <dc:date>2016-10-18T10:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find Intersection between two polygons</title>
      <link>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524483#M3572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are these shapefiles or feature classes in a geodatabase?&amp;nbsp; If the latter, what are your XY resolutions and XY tolerances?&amp;nbsp; Can you upload an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524483#M3572</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-10-18T15:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find Intersection between two polygons</title>
      <link>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524484#M3573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Hi joshua,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;find below answaers&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;Are these shapefiles or feature classes in a geodatabase?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;These are shapefiles&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;what are your XY resolutions and XY tolerances?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;The tolerance is 0.00001&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-intersection-between-two-polygons/m-p/524484#M3573</guid>
      <dc:creator>chandrasekhar_reddyguda</dc:creator>
      <dc:date>2016-10-18T15:27:20Z</dc:date>
    </item>
  </channel>
</rss>

