<?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: Determine if Address is inside of a polygon in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035035#M72000</link>
    <description>&lt;P&gt;You would need to geocode the address (unless you have an address layer you can search) to get a location; probably with the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html" target="_self"&gt;Search widget&lt;/A&gt;. Then use the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#contains" target="_self"&gt;geometry engine contains() method&lt;/A&gt; to test the address location with your polygon.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 18:26:22 GMT</pubDate>
    <dc:creator>BlakeTerhune</dc:creator>
    <dc:date>2021-03-10T18:26:22Z</dc:date>
    <item>
      <title>Determine if Address is inside of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035008#M71998</link>
      <description>&lt;P&gt;I have a webmap in ArcGIS Online that contains a single polygon layer. I would like to be able to query the map&amp;nbsp; after a user submits an address and then return a True/False result based on if the address is inside the polygon or not. What would be the minimum javascript code to get started with this? IM just getting started with the ESRI API's and would appreciate any input to get started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 17:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035008#M71998</guid>
      <dc:creator>ChrisCalbreath</dc:creator>
      <dc:date>2021-03-10T17:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Address is inside of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035035#M72000</link>
      <description>&lt;P&gt;You would need to geocode the address (unless you have an address layer you can search) to get a location; probably with the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html" target="_self"&gt;Search widget&lt;/A&gt;. Then use the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#contains" target="_self"&gt;geometry engine contains() method&lt;/A&gt; to test the address location with your polygon.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 18:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035035#M72000</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-03-10T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Address is inside of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035038#M72001</link>
      <description>The address will come from a webform - I just need to pass the address on submit of the form to check if it's inside a polygon or not.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2021 18:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035038#M72001</guid>
      <dc:creator>ChrisCalbreath</dc:creator>
      <dc:date>2021-03-10T18:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Address is inside of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035070#M72004</link>
      <description>&lt;P&gt;An address from a form is just a string. You will need to geocode it to determine the actual spatial location (geometry) in order to perform geometry operations with it, like testing if it's located inside a polygon.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 19:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-if-address-is-inside-of-a-polygon/m-p/1035070#M72004</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-03-10T19:11:27Z</dc:date>
    </item>
  </channel>
</rss>

