<?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: spatial query in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466891#M12062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i want to create a spatial query with differents layers&lt;BR /&gt;for example : i want to have cities (points) in a region (polygon).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The spatial query task is working with one layer only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you need to create one query by layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also consider working with Identity or Find tasks thatt are working on one service (i.e possible multiple layers). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samples here : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Find"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Find&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 09:44:57 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2012-05-09T09:44:57Z</dc:date>
    <item>
      <title>spatial query</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466888#M12059</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;SPAN&gt;i want to create a spatial query with differents layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example : i want to have cities (points) in a region (polygon).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i hope that anyone have an idea about that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 16:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466888#M12059</guid>
      <dc:creator>YassineEL_JADIDI</dc:creator>
      <dc:date>2012-05-08T16:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: spatial query</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466889#M12060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use FeatureLayer and Editor Select command. &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;. If you open up Fiddler, you will see that it performs a query based on the selection box. You can change Editor.SelectionMode to Polygon instead of Rectangle. This is similar to doing this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SpatialQuery"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;SPAN&gt; except you can add more FeatureLayer in your Map and Editor.Select will perform the spatial query for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 16:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466889#M12060</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-05-08T16:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: spatial query</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466890#M12061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i tried to apply the example in : &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;, but it wont work...i had a problem in &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;StackPanel&amp;nbsp; x:Name="EditorToolStrip" Margin="0,5,5,0" DataContext="{StaticResource editor}"&amp;gt;&lt;/PRE&gt;&lt;SPAN&gt;, they told me that the ressource "MyEditor" couldt not be resolved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466890#M12061</guid>
      <dc:creator>YassineEL_JADIDI</dc:creator>
      <dc:date>2012-05-09T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: spatial query</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466891#M12062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i want to create a spatial query with differents layers&lt;BR /&gt;for example : i want to have cities (points) in a region (polygon).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The spatial query task is working with one layer only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you need to create one query by layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also consider working with Identity or Find tasks thatt are working on one service (i.e possible multiple layers). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samples here : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Find"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Find&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 09:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query/m-p/466891#M12062</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-05-09T09:44:57Z</dc:date>
    </item>
  </channel>
</rss>

