<?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 to get intersecting points of MapImageLayer features, selected by Rectangle? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1021052#M71525</link>
    <description>&lt;P&gt;...and here's a slight modification to above codepen that shows how to only get features that intersect the extent boundary:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://codepen.io/john-grayson/pen/GRNKPjw" target="_blank"&gt;https://codepen.io/john-grayson/pen/GRNKPjw&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 16:12:25 GMT</pubDate>
    <dc:creator>JohnGrayson</dc:creator>
    <dc:date>2021-01-28T16:12:25Z</dc:date>
    <item>
      <title>How to get intersecting points of MapImageLayer features, selected by Rectangle?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1019456#M71469</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I have a MapImageLayer which sublayer symbolizes roads of a country on a map. I want to sketch a rectangle over these Roads and get the intersection points (including the routes themselves) back.&lt;/P&gt;&lt;P&gt;So basically what I have is the MapImageLayer, which features I can also query but the only thing I get back are obviously all routes - I need to query it based on the "rectangle selection" which is currentyl sketched in a GraphicsLayer using the SketchViewModel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 13:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1019456#M71469</guid>
      <dc:creator>ChristianBischof</dc:creator>
      <dc:date>2021-01-24T13:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get intersecting points of MapImageLayer features, selected by Rectangle?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020005#M71498</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Have you looked at the geometry engines intersect method? Might be what you are looking for.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 13:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020005#M71498</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-26T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get intersecting points of MapImageLayer features, selected by Rectangle?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020078#M71500</link>
      <description>&lt;P&gt;Do you have a simple CodePen showing what you've tried so far?&amp;nbsp; The simplest approach is to use the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#queryFeatures" target="_self"&gt;queryFeatures()&lt;/A&gt; method on the Sublayer.&amp;nbsp; You might also consider converting the Extent to a Polyline to simplify the intersect operation.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020078#M71500</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2021-01-26T16:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get intersecting points of MapImageLayer features, selected by Rectangle?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020559#M71517</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/U_B_U/pen/oNYvjoW?editors=1000" target="_self"&gt;This simple test app&lt;/A&gt; show how to query features of a sublayer that intersect a rectangle. You'd have to modify it so that that you are querying all sublayers you need to query. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 16:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1020559#M71517</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-01-27T16:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get intersecting points of MapImageLayer features, selected by Rectangle?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1021052#M71525</link>
      <description>&lt;P&gt;...and here's a slight modification to above codepen that shows how to only get features that intersect the extent boundary:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://codepen.io/john-grayson/pen/GRNKPjw" target="_blank"&gt;https://codepen.io/john-grayson/pen/GRNKPjw&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-intersecting-points-of-mapimagelayer/m-p/1021052#M71525</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2021-01-28T16:12:25Z</dc:date>
    </item>
  </channel>
</rss>

