<?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: ID of a point in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126744#M11743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See my code example here for a possible idea: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/89135-Populating-an-info-window-for-one-layer-with-content-from-a-different-layer"&gt;http://forums.arcgis.com/threads/89135-Populating-an-info-window-for-one-layer-with-content-from-a-different-layer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 14:37:28 GMT</pubDate>
    <dc:creator>JacksonGilman1</dc:creator>
    <dc:date>2013-07-25T14:37:28Z</dc:date>
    <item>
      <title>ID of a point</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126741#M11740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to get the ID of a point on my map to be able to call a function every time someone clicks on one of this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is, I actually found nothing on the API to be able to do that, + I don't really know if thats the right way to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function calling would help me to display datas next to the maps. Each point would give different data of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 09:03:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126741#M11740</guid>
      <dc:creator>Dianede_lanfranchi</dc:creator>
      <dc:date>2013-07-25T09:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: ID of a point</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126742#M11741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What have you tried so far and from where this points are coming like feature layer,graphics.Which version of javascript API are you using? Please elaborate the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126742#M11741</guid>
      <dc:creator>ManojrajTeli</dc:creator>
      <dc:date>2013-07-25T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ID of a point</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126743#M11742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the point is a point feature from a feature class, you can use the ObjectID of the point. Use FID if the data comes from a shapefile. If the point is in a graphics layer, then define an onClick event handler. You can get a reference to the point graphic via evt.mapPoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 14:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126743#M11742</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-07-25T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: ID of a point</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126744#M11743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See my code example here for a possible idea: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/89135-Populating-an-info-window-for-one-layer-with-content-from-a-different-layer"&gt;http://forums.arcgis.com/threads/89135-Populating-an-info-window-for-one-layer-with-content-from-a-different-layer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 14:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126744#M11743</guid>
      <dc:creator>JacksonGilman1</dc:creator>
      <dc:date>2013-07-25T14:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ID of a point</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126745#M11744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's a graphics layer, i'll give it a try now. thanks alot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 06:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/id-of-a-point/m-p/126745#M11744</guid>
      <dc:creator>Dianede_lanfranchi</dc:creator>
      <dc:date>2013-07-26T06:32:24Z</dc:date>
    </item>
  </channel>
</rss>

