<?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: How get the intersect  polygons Of polygon, exclude the adjacent  polygons in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48846#M4295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; i don't want&amp;nbsp; this polygon&amp;nbsp; not intersect&amp;nbsp; with others&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 03:12:19 GMT</pubDate>
    <dc:creator>xiaoyunnsongb</dc:creator>
    <dc:date>2014-10-22T03:12:19Z</dc:date>
    <item>
      <title>How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48845#M4294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hello every superiors：&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now&amp;nbsp; I&amp;nbsp; have a question ,thanks you for lost several minutes.&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Q: I draw many polygons, when I draw another polygon&amp;nbsp; i don't want&amp;nbsp; this polygon&amp;nbsp; not intersect&amp;nbsp; with others, so&amp;nbsp; I&amp;nbsp; should to query the intersect polygons with this polygon ,i use the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var query = new esri.tasks.Query();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.outSpatialReference = map.spatialReference;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.spatialRelationship = esri.tasks.Query.SPATIAL_REL_INTERSECTS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.geometry = queryGeometry;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.returnGeometry = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.outFields = ["*"];&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var queryTask = new esri.tasks.QueryTask(url);&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; queryTask.execute(query)&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; but this code not only find the interset polygons&amp;nbsp; but the&amp;nbsp; adjacent polygons（the polygon‘s border line is one with this polygon），like pic1&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;A and B use the common border，I don’t Want this （B）be &lt;SPAN style="color: #434343; font-family: Tahoma, Arial; font-size: 12px; background-color: #f2f2f2;"&gt;searched&amp;nbsp; ; pic2 B is intersect wich A， this should be searched and&amp;nbsp; the code can searched it。&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="line-height: 18px; color: #434343; font-size: 12px; font-family: Tahoma, Arial;"&gt;How can I only seach&amp;nbsp; the intersect polygons with it&amp;nbsp; not adjacent ,thanks very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;pic1:&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="eee.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/23526_eee.png" style="width: 620px; height: 314px;" /&gt;&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;pic2:&lt;/P&gt;&lt;P style="margin: 5px 0; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG alt="bbb.png" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/23527_bbb.png" style="width: 620px; height: 397px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 03:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48845#M4294</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-10-22T03:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48846#M4295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; i don't want&amp;nbsp; this polygon&amp;nbsp; not intersect&amp;nbsp; with others&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 03:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48846#M4295</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-10-22T03:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48847#M4296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;i don't want&amp;nbsp; this polygon&amp;nbsp;&amp;nbsp; intersect&amp;nbsp; with others&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 03:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48847#M4296</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-10-22T03:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48848#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xiaoyunn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You mention that you are drawing these polygons. Are you drawing them using the JS API? Are you making sure to snap to vertexes? Have you tried other spatial relations like: SPATIAL_REL_OVERLAPS or SPATIAL_REL_CROSSES?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48848#M4297</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-22T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48849#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr Robert Scheitlin:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;SPATIAL_REL_OVERLAPS is ok, thanks very much, wish you happy every day&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 03:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/48849#M4298</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-10-23T03:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How get the intersect  polygons Of polygon, exclude the adjacent  polygons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/1415708#M84421</link>
      <description>&lt;P&gt;interSectedPolygon = GeometryEngine.Instance.Intersection(aJob.Boundary, interSectedPolygon, GeometryDimensionType.EsriGeometry2Dimension);&lt;BR /&gt;Polygon resultPolygon = interSectedPolygon as Polygon;&lt;/P&gt;&lt;P&gt;Here,&amp;nbsp;resultPolygon&amp;nbsp; is the intersected polygon of 2 overlapped polygons (arcGIS Pro 3.2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 06:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-get-the-intersect-polygons-of-polygon-exclude/m-p/1415708#M84421</guid>
      <dc:creator>YugandharTilak</dc:creator>
      <dc:date>2024-04-26T06:27:09Z</dc:date>
    </item>
  </channel>
</rss>

