<?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: Select Features from ArcGISDynamicMapServiceLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727691#M18614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are getting the same error than if your feature layer URL was incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Verify what you get if you execute a query on your feature layer URL. With the sample, you get this : &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=pjson"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=pjson&lt;/A&gt;&lt;SPAN&gt; (pjson =&amp;nbsp; format pretty json to be more readable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 09:32:01 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-05-13T09:32:01Z</dc:date>
    <item>
      <title>Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727686#M18609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey folks, does anyone know of a methodology of selecting features from an ArcGISDynamicMapServiceLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to select features from a FeatureLayer, but is it possible with this type of layer as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 04:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727686#M18609</guid>
      <dc:creator>MichaelMacDonald</dc:creator>
      <dc:date>2010-05-07T04:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727687#M18610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From an ArcGISDynamicmapServiceLayer, you can use either 'Identify' which returns the features of the map service near a point (example : &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; ) or a Query task which returns the features of a layer (example : &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the version 2.0 of the API, you can also consider using a featureLayer in SelectionOnly mode (Example : &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;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 10:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727687#M18610</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-07T10:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727688#M18611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From an ArcGISDynamicmapServiceLayer, you can use either 'Identify' which returns the features of the map service near a point (example : &lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify&lt;/A&gt; ) or a Query task which returns the features of a layer (example : &lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;If you are using the version 2.0 of the API, you can also consider using a featureLayer in SelectionOnly mode (Example : &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;BR /&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;&lt;BR /&gt;/Dominique&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dominque, it seems to be the FeatureLayer that's not showing up -- it's working just fine when I set it as a ArcGISDynamicmapServiceLayer in the XAML, but when I try it as a "FeatureLayer" with the selection mode shown in the sample I don't even see the layer rendering on load.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps it's the way I have the service configured?&amp;nbsp; It's an MSD source obviously.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what I could be doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727688#M18611</guid>
      <dc:creator>MichaelMacDonald</dc:creator>
      <dc:date>2010-05-07T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727689#M18612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dominque, it seems to be the FeatureLayer that's not showing up -- it's working just fine when I set it as a ArcGISDynamicmapServiceLayer in the XAML, but when I try it as a "FeatureLayer" with the selection mode shown in the sample I don't even see the layer rendering on load. &lt;BR /&gt; &lt;BR /&gt;Perhaps it's the way I have the service configured? It's an MSD source obviously. &lt;BR /&gt; &lt;BR /&gt;Any idea what I could be doing wrong?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you switch to using a featurelayer, remember to change the URL to use a layer within the service. For instance add /0 to the URL to select the feature layer to display.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 19:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727689#M18612</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-10T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727690#M18613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you switch to using a featurelayer, remember to change the URL to use a layer within the service. For instance add /0 to the URL to select the feature layer to display.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah I tried that too, still getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Webpage error details&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; .NET4.0C; .NET4.0E)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Timestamp: Tue, 11 May 2010 19:27:50 UTC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message: Unhandled Error in Silverlight 2 Application Invalid or unsupported json&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.Layer.OnInitializationFailed(EventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.Layer.Initialize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.FeatureLayer.info_Error(Object sender, TaskFailedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.FeatureLayerInfo.OnError(Exception err)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.FeatureLayerInfo.FromJson(String json)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.FeatureLayerInfo.Execute_Completed(Object sender, DownloadStringCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 18:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727690#M18613</guid>
      <dc:creator>MichaelMacDonald</dc:creator>
      <dc:date>2010-05-11T18:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727691#M18614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are getting the same error than if your feature layer URL was incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Verify what you get if you execute a query on your feature layer URL. With the sample, you get this : &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=pjson"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=pjson&lt;/A&gt;&lt;SPAN&gt; (pjson =&amp;nbsp; format pretty json to be more readable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 09:32:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727691#M18614</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-13T09:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727692#M18615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a question related to this topic. I have the above example working with a dynamic layer and a featurelayer in selectiononly mode. However, selection only seems to happen when I have the Editor selectionMode set to "Rectangle".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like this same behavior to happen when I have the mode set to "Point" so the user can just click a feature instead of dragging a rectangle around it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The point selection works if I set the FeatureLayer to OnDemand, but then the symbology for the feature shows at all zoom levels instead of just showing on the dynamic layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any suggestions to create this behavior?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 12:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727692#M18615</guid>
      <dc:creator>KevinSchumm</dc:creator>
      <dc:date>2010-09-14T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727693#M18616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem with point mode against a point layer is the accuracy. When you are using the SelectionOnly mode, the selection is done against the server, and this is simply sending the coordinate you clicked to the server, and looking for any points that intersects that point. The thing is with point/point intersection that you have to hit EXACTLY at where that point is down to the last digit precision (note the intersection is done on the geometry, not the symbol which is a lot larger than an infinitely small point). In other words: Selection does work with point, IF you can click at the right point. However this is a good as impossible to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bottomline: Do not use point as selection mode against a point layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 22:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727693#M18616</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-09-14T22:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727694#M18617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's what I figured was going on, but I was hoping I was doing something wrong. Thanks for you help on this matter. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that we're replacing a system that DOES work this way, so we'll need to have some design discussions on our end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727694#M18617</guid>
      <dc:creator>KevinSchumm</dc:creator>
      <dc:date>2010-09-14T23:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727695#M18618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to buffer the point query?&amp;nbsp; Or create a custom selection mode?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 19:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/select-features-from-arcgisdynamicmapservicelayer/m-p/727695#M18618</guid>
      <dc:creator>DavidJacobs</dc:creator>
      <dc:date>2010-09-17T19:53:36Z</dc:date>
    </item>
  </channel>
</rss>

