<?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: Can identify task perform on graphicslayer? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458260#M11834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the identify task on any map services even if this service is not included in your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So nothing should prevent you from identifying layers that you already loaded as graphics layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Aug 2011 10:42:54 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-08-06T10:42:54Z</dc:date>
    <item>
      <title>Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458257#M11831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that identify task can perform on the layers in the map service by assign the layer's url, but I am just wondering whether it can also perform on a graphicslayer that I added in the xaml page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason why I want to do this is that the user only wants some of the features in a layer to display. There is a combox used for choosing fiscal year, like 2011 or 2012. If the user choose 2011, then only the features belongs to the 2011 will display on the map. I am thinking to use a query task to implement this part. Then the query results will be added on a graphicslayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other need is to perform identify task on the result features, which is the part that I am concerned. I am not sure whether the identify task could be performed on the graphicslayer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts or ideas are appreciated! Thanks advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 01:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458257#M11831</guid>
      <dc:creator>DanDong</dc:creator>
      <dc:date>2011-08-05T01:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458258#M11832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The identify task is executed on the server in order to get infos which are generally not loaded at the client side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case, it looks like you already loaded the graphics using a query task so instead of using an identify task, could you not just use a maptip or an info window?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 06:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458258#M11832</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-08-05T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458259#M11833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Dominique, thank you for your advice!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The query task is used to filter the features. After the features are filtered, the user still wants to use identify task. Because the identify task would perform on multiple map services, there is a datagrid to display the results. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If only one or two fields from a single one layer, I would like to use the map tip or infowindow, but they want to display all the results from different map service and each records will contain many fields....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to tell the project manager this issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2011 01:49:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458259#M11833</guid>
      <dc:creator>DanDong</dc:creator>
      <dc:date>2011-08-06T01:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458260#M11834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the identify task on any map services even if this service is not included in your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So nothing should prevent you from identifying layers that you already loaded as graphics layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2011 10:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458260#M11834</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-08-06T10:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458261#M11835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Dominique, thank you for replying. I see your point. So following your suggestion, I use the query to filter some of the features in the layer and add these features into the graphicslayer. When the user uses the identify tool, he could also ID the original layer although this layer is not include in the map. Thank you again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2011 21:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458261#M11835</guid>
      <dc:creator>DanDong</dc:creator>
      <dc:date>2011-08-07T21:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458262#M11836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been using select/identify on a graphics layer that I fill at run-time.&amp;nbsp; I populate grids and change the symbols as well.&amp;nbsp; I can click the graphic on screen and highlight the row in the datagrid.&amp;nbsp; I can click the row in the datagrid and highlight the graphic on screen.&amp;nbsp; All this without having a Feature Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this is your case, so I can share the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hugo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 15:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458262#M11836</guid>
      <dc:creator>HugoCardenas</dc:creator>
      <dc:date>2011-08-08T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458263#M11837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hugo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's exactly what I'm trying to achieve with no luck, please share some code for that functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458263#M11837</guid>
      <dc:creator>LorgioQuevedo</dc:creator>
      <dc:date>2011-11-03T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458264#M11838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have been using select/identify on a graphics layer that I fill at run-time.&amp;nbsp; I populate grids and change the symbols as well.&amp;nbsp; I can click the graphic on screen and highlight the row in the datagrid.&amp;nbsp; I can click the row in the datagrid and highlight the graphic on screen.&amp;nbsp; All this without having a Feature Service.&lt;BR /&gt;&lt;BR /&gt;Let me know if this is your case, so I can share the code.&lt;BR /&gt;Hugo.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share the code&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458264#M11838</guid>
      <dc:creator>SANDEEPMEHNDIRATTA</dc:creator>
      <dc:date>2013-02-06T22:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can identify task perform on graphicslayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458265#M11839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you share the code&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the code for "identify task perform on graphicslayer". I need it urgently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 04:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-identify-task-perform-on-graphicslayer/m-p/458265#M11839</guid>
      <dc:creator>AjayYadav</dc:creator>
      <dc:date>2013-11-19T04:42:01Z</dc:date>
    </item>
  </channel>
</rss>

