<?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 Looking for advice for JS Pulldata in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/looking-for-advice-for-js-pulldata/m-p/1027391#M32517</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope to find a JS code or find reference sites where I can learn how to write my own code for my scenario. What I am looking for is&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;passing the parcel polygon attributes &amp;gt; get the parcel geometry information&amp;gt; find overlapping address points&amp;gt; get address point's attribute.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Available layers&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- A parcel&amp;nbsp; polygon layer, no address information is available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- An address point layer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;: Create a new point within parcel polygons and calculate its (possible) address from the address point which is located within the same parcel polygon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this may need to be done by two steps.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Get the overlapping parcel polygon's PID. ===&amp;gt; I could do this by using a sample JS code provided.&lt;/P&gt;&lt;P&gt;2. Pass the parcel polygon's PID, then get the overlapping address point's address attributes. ==&amp;gt; This is what I tried to do. I am not sure how I can extract the geometry information based on the given PID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 23:28:11 GMT</pubDate>
    <dc:creator>KerryKang</dc:creator>
    <dc:date>2021-02-16T23:28:11Z</dc:date>
    <item>
      <title>Looking for advice for JS Pulldata</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/looking-for-advice-for-js-pulldata/m-p/1027391#M32517</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope to find a JS code or find reference sites where I can learn how to write my own code for my scenario. What I am looking for is&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;passing the parcel polygon attributes &amp;gt; get the parcel geometry information&amp;gt; find overlapping address points&amp;gt; get address point's attribute.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Available layers&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- A parcel&amp;nbsp; polygon layer, no address information is available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- An address point layer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;: Create a new point within parcel polygons and calculate its (possible) address from the address point which is located within the same parcel polygon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this may need to be done by two steps.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Get the overlapping parcel polygon's PID. ===&amp;gt; I could do this by using a sample JS code provided.&lt;/P&gt;&lt;P&gt;2. Pass the parcel polygon's PID, then get the overlapping address point's address attributes. ==&amp;gt; This is what I tried to do. I am not sure how I can extract the geometry information based on the given PID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 23:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/looking-for-advice-for-js-pulldata/m-p/1027391#M32517</guid>
      <dc:creator>KerryKang</dc:creator>
      <dc:date>2021-02-16T23:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for advice for JS Pulldata</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/looking-for-advice-for-js-pulldata/m-p/1076081#M35731</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/221172"&gt;@KerryKang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;When you are &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer-.htm" target="_self"&gt;querying a feature service / layer&lt;/A&gt;&amp;nbsp;you can specify if you want to return the geometry or not. When you send the query request to obtain the overlapping parcel polygon's PID you can set returnGeometry to true which will return the vertices for the polygon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 21:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/looking-for-advice-for-js-pulldata/m-p/1076081#M35731</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2021-07-06T21:55:33Z</dc:date>
    </item>
  </channel>
</rss>

