<?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 Spatial Query&amp;nbsp; in different layers? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query-nbsp-in-different-layers/m-p/220475#M5534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: angelmch&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reviewing the following example to querys spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm&lt;/A&gt;&lt;SPAN&gt; # SpatialQuery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this example uses only one layer. It is possible to query space for different layers? (eg &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/0"&gt;http://sampleserver1.arcgisonline.com/0&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/1"&gt;http://sampleserver1.arcgisonline.com/1&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whereas in some cases that do not have the same attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 19:49:50 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-02-13T19:49:50Z</dc:date>
    <item>
      <title>Spatial Query  in different layers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query-nbsp-in-different-layers/m-p/220475#M5534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: angelmch&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reviewing the following example to querys spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm&lt;/A&gt;&lt;SPAN&gt; # SpatialQuery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this example uses only one layer. It is possible to query space for different layers? (eg &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/0"&gt;http://sampleserver1.arcgisonline.com/0&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/1"&gt;http://sampleserver1.arcgisonline.com/1&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whereas in some cases that do not have the same attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 19:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query-nbsp-in-different-layers/m-p/220475#M5534</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-02-13T19:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Query  in different layers?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query-nbsp-in-different-layers/m-p/220476#M5535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: diligentpig&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Queyr Task is designed for one layer only, this is true. If you want to perform querying across multiple layers at one time, you should using Identify task instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the LayerIds attribute: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.IdentifyParameters_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.IdentifyParameters_members.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information under this tasks, you may want to reference the underlying REST API of ArcGIS Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Query:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/query.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/query.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Identify:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/identify.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/identify.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 23:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spatial-query-nbsp-in-different-layers/m-p/220476#M5535</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-02-13T23:14:13Z</dc:date>
    </item>
  </channel>
</rss>

