<?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 Intersections between a single polygon and a feature class? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90289#M2377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you create your polygon first by unioning all the polygons from your buffer feature class, then use the polygon as the geometry in the spatial query, you should get all the features from the seperate feature class that intersect the one big polygon.&amp;nbsp; You then can delete all these features one by one by going through the cursor.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked.&amp;nbsp; I kind of feel dumb what I was trying to do now.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 14:09:41 GMT</pubDate>
    <dc:creator>JohnStephens</dc:creator>
    <dc:date>2013-08-29T14:09:41Z</dc:date>
    <item>
      <title>Find Intersections between a single polygon and a feature class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90287#M2375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;I am looking for a non-geoprocessor solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I have searched the forums and Google and have not found what I am looking for.&amp;nbsp; I have a single polygon (which is a dissolved buffer from a different feature class) and a separate feature class that I want to find the intersections between and then delete those features.&amp;nbsp; It appears to me that a SpatialQuery only operates on one feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am guessing this could be done with a GeometryBag, but then I believe it would also find the intersections within the feature class, which I do not want to delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90287#M2375</guid>
      <dc:creator>JohnStephens</dc:creator>
      <dc:date>2013-08-28T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Find Intersections between a single polygon and a feature class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90288#M2376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not clear on what you want to do.&amp;nbsp; A spatial query only works on one feature class but as far as I understand you only want to delete the features from one feature class.&amp;nbsp; If you create your polygon first by unioning all the polygons from your buffer feature class, then use the polygon as the geometry in the spatial query, you should get all the features from the seperate feature class that intersect the one big polygon.&amp;nbsp; You then can delete all these features one by one by going through the cursor.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:40:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90288#M2376</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-08-28T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find Intersections between a single polygon and a feature class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90289#M2377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you create your polygon first by unioning all the polygons from your buffer feature class, then use the polygon as the geometry in the spatial query, you should get all the features from the seperate feature class that intersect the one big polygon.&amp;nbsp; You then can delete all these features one by one by going through the cursor.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked.&amp;nbsp; I kind of feel dumb what I was trying to do now.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90289#M2377</guid>
      <dc:creator>JohnStephens</dc:creator>
      <dc:date>2013-08-29T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find Intersections between a single polygon and a feature class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90290#M2378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no worries, some times you just need to explain your problem or have someone repeat it back to you for the solution to become apparent.&amp;nbsp; Many times I have opened a new thread on this forum, typed in my question in great detail, re-read it, see the solution and not post it to the forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 11:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/find-intersections-between-a-single-polygon-and-a/m-p/90290#M2378</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-08-30T11:40:59Z</dc:date>
    </item>
  </channel>
</rss>

