<?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 Select Points Outside of a Polygon in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/select-points-outside-of-a-polygon/m-p/516673#M6348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PointCollection and a Polygon. I want to select all of the points from the PointCollection that are not inside the Polygon. I thought that I could use&amp;nbsp;GeometryEngine.Difference but it seems that a PointCollection is not valid for a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea on how best to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2020 19:17:36 GMT</pubDate>
    <dc:creator>GreggCountryman1</dc:creator>
    <dc:date>2020-05-06T19:17:36Z</dc:date>
    <item>
      <title>Select Points Outside of a Polygon</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/select-points-outside-of-a-polygon/m-p/516673#M6348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PointCollection and a Polygon. I want to select all of the points from the PointCollection that are not inside the Polygon. I thought that I could use&amp;nbsp;GeometryEngine.Difference but it seems that a PointCollection is not valid for a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea on how best to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 19:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/select-points-outside-of-a-polygon/m-p/516673#M6348</guid>
      <dc:creator>GreggCountryman1</dc:creator>
      <dc:date>2020-05-06T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select Points Outside of a Polygon</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/select-points-outside-of-a-polygon/m-p/516674#M6349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not hugely familiar with .NET any more, but could you not create a &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Geometry_Multipoint.htm"&gt;&lt;STRONG&gt;MultiPoint&lt;/STRONG&gt;&lt;/A&gt; from the PointCollection (looks like PointCollection&amp;nbsp;implements the right interface&amp;nbsp;to fit the MultiPoint constructor) and then pass that multipoint into GeometryEngine.Difference() along with the polygon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 22:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/select-points-outside-of-a-polygon/m-p/516674#M6349</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-05-06T22:12:39Z</dc:date>
    </item>
  </channel>
</rss>

