<?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: Query without QueryTask in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626941#M58508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use queryDefinition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 23:45:38 GMT</pubDate>
    <dc:creator>YungKaiChin</dc:creator>
    <dc:date>2014-07-14T23:45:38Z</dc:date>
    <item>
      <title>Query without QueryTask</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626940#M58507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you query and find features without using QueryTask? e.g. I want to find out features 'WHERE OBJECTID IN (1000, 2000)' but I don't know the layer and geometry. One way to do is fire feature query to all available layers but that would be little heavy when many layers are on the map. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 13:33:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626940#M58507</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2014-07-12T13:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query without QueryTask</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626941#M58508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use queryDefinition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 23:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626941#M58508</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2014-07-14T23:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query without QueryTask</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626942#M58509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is queryDefinition a class in ArcGIS JS API? I don't find it. Can you give link related to queryDefinition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 12:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626942#M58509</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2014-07-16T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query without QueryTask</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626943#M58510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. I mean layerDefinitions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the reference with a short sample of how to use it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html#setlayerdefinitions" title="https://developers.arcgis.com/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html#setlayerdefinitions"&gt;arcgisdynamicmapservicelayer-amd | API Reference | ArcGIS API for JavaScript&lt;/A&gt;‌&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; layerDefinitions &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[];&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;layerDefinitions&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;]&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="str"&gt;"POPULATION &amp;gt; 5000000"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;layerDefinitions&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;]&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="str"&gt;"AREA &amp;gt; 100000"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;setLayerDefinitions&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;layerDefinitions&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 17:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-without-querytask/m-p/626943#M58510</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2014-07-16T17:35:05Z</dc:date>
    </item>
  </channel>
</rss>

