<?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 FeatureLayer with Selection Mode and QueryTask. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60327#M1522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not say I fully get the concept of &lt;/SPAN&gt;&lt;STRONG&gt;FeatureLayer in Selection&lt;/STRONG&gt;&lt;SPAN&gt; mode.It seems like showing showing only the selected features from the feature layer.Please correct me if I am wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is the case then, can we say that it is same as executing the query on the layer in the map service and hi-lighting its results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then could it be summarized that rendering the FeatureLayer in selection mode is equivalent to executing query on the map service layer and showing the result on the map.I would appreciate if anybody could help me get this concept. That means I instead of firing the query, I can just add featurelayer in selection mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 02:18:52 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2012-02-09T02:18:52Z</dc:date>
    <item>
      <title>FeatureLayer with Selection Mode and QueryTask.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60327#M1522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not say I fully get the concept of &lt;/SPAN&gt;&lt;STRONG&gt;FeatureLayer in Selection&lt;/STRONG&gt;&lt;SPAN&gt; mode.It seems like showing showing only the selected features from the feature layer.Please correct me if I am wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is the case then, can we say that it is same as executing the query on the layer in the map service and hi-lighting its results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then could it be summarized that rendering the FeatureLayer in selection mode is equivalent to executing query on the map service layer and showing the result on the map.I would appreciate if anybody could help me get this concept. That means I instead of firing the query, I can just add featurelayer in selection mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 02:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60327#M1522</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2012-02-09T02:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer with Selection Mode and QueryTask.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60328#M1523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sanjay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you are right about this. If you see the web request sent to the server when using the selection mode, you will see it is actually sending a spatial query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rui&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 18:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60328#M1523</guid>
      <dc:creator>RuiShen</dc:creator>
      <dc:date>2012-03-05T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer with Selection Mode and QueryTask.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60329#M1524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The following concept page might help: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000015000000"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000015000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Selection only�??Does not initially request any features. Features are added only when a selection is made. Selection only mode is useful when you cannot or do not want to bring all features into the client, but you want to highlight one or more features for a certain reason. In most cases, this mode is used in conjunction with a dynamic map service layer to display the location of selected features.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the following SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerSelection"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerSelection&lt;/A&gt;&lt;SPAN&gt;, ArcGISDynamicMapServiceLayer shows an image of where the features are. Using selection tools, we run a query against the feature service and bring them to client FeatureLayer. They only get added to the layer upon selection. Thus, making it look like you are highlighting from ArcGISDynamicMapServiceLayer. The FeatureLayer in this sample use YellowRenderer to differentiate features that are on the layer from features that only exist on server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 20:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-with-selection-mode-and-querytask/m-p/60329#M1524</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-03-14T20:09:29Z</dc:date>
    </item>
  </channel>
</rss>

