<?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: Identify related point by polygon feature in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766721#M1251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is anything out of the box. eSearch widget [ &lt;A href="https://github.com/rscheitlin/eSearch" title="https://github.com/rscheitlin/eSearch"&gt;rscheitlin/eSearch · GitHub&lt;/A&gt;&amp;nbsp; ] is probably the closest. It allows for a search based on a geometry drawn by the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what your looking for is a Query. It can accept a geometry and return features found with in. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/query-amd.html" title="https://developers.arcgis.com/javascript/jsapi/query-amd.html"&gt;Query | API Reference | ArcGIS API for JavaScrip&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or possibly a relationship query.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/relationshipquery-amd.html" title="https://developers.arcgis.com/javascript/jsapi/relationshipquery-amd.html"&gt;RelationshipQuery | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample seems close - You simply replace your circle geometry with your polygon.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/query_buffer.html" title="https://developers.arcgis.com/javascript/jssamples/query_buffer.html"&gt;Select with Feature Layer | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the above would take some programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 16:15:49 GMT</pubDate>
    <dc:creator>JordanBaumgardner</dc:creator>
    <dc:date>2016-01-18T16:15:49Z</dc:date>
    <item>
      <title>Identify related point by polygon feature</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766720#M1250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create the functionality so that when a user clicks on a polygon, it's related point feature is highlighted on my web app map.&amp;nbsp; There is a similar JS api located under the Geoprocessing - Point in polygon search, but it's not exactly what I'm looking for, and it's also not in a widget form.&amp;nbsp; I'm new to programming, with very limited skills, so wanted to see if anyone has created anything like this already.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_relation.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_relation.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_relation.html"&gt;Geoprocessing - Point in polygon search | ArcGIS API for JavaScript &lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766720#M1250</guid>
      <dc:creator>MeganGosch</dc:creator>
      <dc:date>2016-01-18T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identify related point by polygon feature</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766721#M1251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is anything out of the box. eSearch widget [ &lt;A href="https://github.com/rscheitlin/eSearch" title="https://github.com/rscheitlin/eSearch"&gt;rscheitlin/eSearch · GitHub&lt;/A&gt;&amp;nbsp; ] is probably the closest. It allows for a search based on a geometry drawn by the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what your looking for is a Query. It can accept a geometry and return features found with in. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/query-amd.html" title="https://developers.arcgis.com/javascript/jsapi/query-amd.html"&gt;Query | API Reference | ArcGIS API for JavaScrip&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or possibly a relationship query.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/relationshipquery-amd.html" title="https://developers.arcgis.com/javascript/jsapi/relationshipquery-amd.html"&gt;RelationshipQuery | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample seems close - You simply replace your circle geometry with your polygon.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/query_buffer.html" title="https://developers.arcgis.com/javascript/jssamples/query_buffer.html"&gt;Select with Feature Layer | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the above would take some programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 16:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766721#M1251</guid>
      <dc:creator>JordanBaumgardner</dc:creator>
      <dc:date>2016-01-18T16:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identify related point by polygon feature</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766722#M1252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, all very close.&amp;nbsp; The only issue is that each point has many polygons 1:M relationship.&amp;nbsp; So the point may actually not be in the polygon itself, but contains the attribute of the related polygon so the query has to occur on that.&amp;nbsp; I just haven't been able to figure it out.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/identify-related-point-by-polygon-feature/m-p/766722#M1252</guid>
      <dc:creator>MeganGosch</dc:creator>
      <dc:date>2016-01-18T17:46:48Z</dc:date>
    </item>
  </channel>
</rss>

