<?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 newbie: buffer/tolerance around click point in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731967#M18738</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;its my first time using the ESRI silverlight control, so I'm not sure of the best way to achieve this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have loaded in some map data from a JSON feed. This is then used to display points on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when the user clicks on one of those points I need a dialog box to open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure of how - and what classes to use - to create a rectangle or area around the clicked pixel, and then iterate through the collection (from JSON) to see if the clicked area contains an item from the JSON collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an example of this, or can someone help me out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 11:31:33 GMT</pubDate>
    <dc:creator>AntonHughes</dc:creator>
    <dc:date>2010-10-05T11:31:33Z</dc:date>
    <item>
      <title>newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731967#M18738</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;its my first time using the ESRI silverlight control, so I'm not sure of the best way to achieve this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have loaded in some map data from a JSON feed. This is then used to display points on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when the user clicks on one of those points I need a dialog box to open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure of how - and what classes to use - to create a rectangle or area around the clicked pixel, and then iterate through the collection (from JSON) to see if the clicked area contains an item from the JSON collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an example of this, or can someone help me out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 11:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731967#M18738</guid>
      <dc:creator>AntonHughes</dc:creator>
      <dc:date>2010-10-05T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731968#M18739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at this sample ? &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#GeoRSS"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#GeoRSS&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The data are coming from an XML feed instead a JSON feed but it looks close of what you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 11:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731968#M18739</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-10-05T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731969#M18740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you look at this sample ? &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#GeoRSS"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#GeoRSS&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The data are coming from an XML feed instead a JSON feed but it looks close of what you need.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, however this did not help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already have the data loaded, and icons displayed on the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a solution to my problem, though I don't know if it is the best way to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of using icons, I use buttons. And I attach data to the DataContext of each button. Therefore I do not need to have a pixel tolerance, or similar function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 13:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731969#M18740</guid>
      <dc:creator>AntonHughes</dc:creator>
      <dc:date>2010-10-12T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731970#M18741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can subscribe to the MouseLeftButtonDown event on the GraphicsLayer that contains the graphics with point geometry. The GraphicEventArgs contain e.Graphic so you will know exactly which Graphic had been clicked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 14:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731970#M18741</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-12T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731971#M18742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would this be possible on an ArcGISDynamicServiceLayer for an Identify Task? I'm just asking because our Map_MouseClick event makes the user click on the exact pixel to get a Identify completed on a Point feature, and it makes it difficult for the end user to select an item.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 14:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731971#M18742</guid>
      <dc:creator>KevinSesock</dc:creator>
      <dc:date>2011-02-18T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731972#M18743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/4063-Select-Features-from-ArcGISDynamicMapServiceLayer"&gt;http://forums.arcgis.com/threads/4063-Select-Features-from-ArcGISDynamicMapServiceLayer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 17:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731972#M18743</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-18T17:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: newbie: buffer/tolerance around click point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731973#M18744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The tolerance property of the IdentifyParameters class is how to handle this. Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 19:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/newbie-buffer-tolerance-around-click-point/m-p/731973#M18744</guid>
      <dc:creator>KevinSesock</dc:creator>
      <dc:date>2011-02-18T19:12:16Z</dc:date>
    </item>
  </channel>
</rss>

