<?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 Connecting Geocoded point to an identify function in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359394#M33323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure if the identify function would be correct but basically I need to use an address locator to geocode a point and then depending on where that point lands information populates a side panel.&amp;nbsp; I am assuming you have to pass the coordinates to an identify function but I have no idea how to do this.&amp;nbsp; Basically, I want the person to enter an address, it zooms to the address and information about the area populates the side panel.&amp;nbsp; The information in the side panel would come from attributes from various polygon layers on the map.&amp;nbsp; Any sample codes would be appreciated.&amp;nbsp; Especially how to take the geocoded result and populate a identify function with the coordinates. (Or however this is handled) Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jaclyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2011 16:58:09 GMT</pubDate>
    <dc:creator>JaclynGorman</dc:creator>
    <dc:date>2011-05-11T16:58:09Z</dc:date>
    <item>
      <title>Connecting Geocoded point to an identify function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359394#M33323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure if the identify function would be correct but basically I need to use an address locator to geocode a point and then depending on where that point lands information populates a side panel.&amp;nbsp; I am assuming you have to pass the coordinates to an identify function but I have no idea how to do this.&amp;nbsp; Basically, I want the person to enter an address, it zooms to the address and information about the area populates the side panel.&amp;nbsp; The information in the side panel would come from attributes from various polygon layers on the map.&amp;nbsp; Any sample codes would be appreciated.&amp;nbsp; Especially how to take the geocoded result and populate a identify function with the coordinates. (Or however this is handled) Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jaclyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 16:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359394#M33323</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2011-05-11T16:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Geocoded point to an identify function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359395#M33324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you get your geocoding result, you can use that to construct a point (esri.geometry.Point) and use that point to query your polygon layer. This sample shows how to execute multiple queries:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/query_bypoly.html"&gt;Query for polygon and adjacent polygons&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 18:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359395#M33324</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-05-11T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Geocoded point to an identify function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359396#M33325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In order to query a polygon layer based on a point would I need to setup a proxy server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 20:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359396#M33325</guid>
      <dc:creator>JaclynGorman</dc:creator>
      <dc:date>2011-05-16T20:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Geocoded point to an identify function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359397#M33326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you shouldn't need a proxy if you're only using a point to query. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A proxy is necessary if you're sending long URLs (&amp;gt;2000 characters in most browsers). When you query with a large geometry (think polyline or polygon with 10s or 100s of vertices) you generate a long url since the geometry is passed to the server as text. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a point to query a service *should* generate a URL under the limit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 15:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359397#M33326</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-05-17T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Geocoded point to an identify function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359398#M33327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is what I am looking for to. Did you ever figure this one out? If so can you post a url to your map or some sample code? Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 20:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/connecting-geocoded-point-to-an-identify-function/m-p/359398#M33327</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2011-08-09T20:14:34Z</dc:date>
    </item>
  </channel>
</rss>

