<?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: New Query Function in 1500 in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63718#M382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might find the SDK offers what you need, as the API has always offered more ability for searching than the application itself, and it's still the case at 1500 - check out the Search method on the Table object (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/Search_Method/0003000008v6000000/"&gt;Table.Search method&lt;/A&gt;&lt;SPAN&gt;) - you can use a Filter with a query expression, or a spatial filter, or both. Spatial search methods supported by the API are: Contains, Crosses, EnvelopeIntersects, IndexIntersects, Intersects, Overlaps, Touches, Within, Undefined (not all apply to all shape types - full info in the Developer Help system for &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//000300000m41000000"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//000300000m41000000&lt;/A&gt;&lt;SPAN&gt;). There's also a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//00030000085n000000"&gt;Table.SearchByDistance method&lt;/A&gt;&lt;SPAN&gt; in the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a conceptual topic you might might useful if you look at this - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/conceptualhelp/index.html#/How_to_search_a_Table/000200000016000000/"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/conceptualhelp/index.html#/How_to_search_a_Table/000200000016000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I've included some links to topics in the online version of the developer help - note that there's a few issues with this new site at the moment - it's being fixed up, but you might find script error dialogs in IE (just OK them), or formatting issues - you should be able to read enough though.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 15:30:30 GMT</pubDate>
    <dc:creator>ShellyGill2</dc:creator>
    <dc:date>2010-08-31T15:30:30Z</dc:date>
    <item>
      <title>New Query Function in 1500</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63717#M381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I tested the 1500 version and the New Query Function of the Featurelayer are cool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Just out of curiosity, can this Query function also preform on spatial query, such as "intersects" or "within"?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Or does the new SDK support this query function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ethan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63717#M381</guid>
      <dc:creator>Yi-ChenYang</dc:creator>
      <dc:date>2010-08-30T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: New Query Function in 1500</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63718#M382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might find the SDK offers what you need, as the API has always offered more ability for searching than the application itself, and it's still the case at 1500 - check out the Search method on the Table object (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/Search_Method/0003000008v6000000/"&gt;Table.Search method&lt;/A&gt;&lt;SPAN&gt;) - you can use a Filter with a query expression, or a spatial filter, or both. Spatial search methods supported by the API are: Contains, Crosses, EnvelopeIntersects, IndexIntersects, Intersects, Overlaps, Touches, Within, Undefined (not all apply to all shape types - full info in the Developer Help system for &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//000300000m41000000"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//000300000m41000000&lt;/A&gt;&lt;SPAN&gt;). There's also a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#//00030000085n000000"&gt;Table.SearchByDistance method&lt;/A&gt;&lt;SPAN&gt; in the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a conceptual topic you might might useful if you look at this - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/conceptualhelp/index.html#/How_to_search_a_Table/000200000016000000/"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/conceptualhelp/index.html#/How_to_search_a_Table/000200000016000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I've included some links to topics in the online version of the developer help - note that there's a few issues with this new site at the moment - it's being fixed up, but you might find script error dialogs in IE (just OK them), or formatting issues - you should be able to read enough though.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 15:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63718#M382</guid>
      <dc:creator>ShellyGill2</dc:creator>
      <dc:date>2010-08-31T15:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: New Query Function in 1500</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63719#M383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ach, I've seen this issue before, I've contacted someone about how to resolve it, but for now, I would be happy to email you the file - you can reach me at &lt;/SPAN&gt;&lt;A href="mailto:sgill@esri.com"&gt;sgill@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 15:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/new-query-function-in-1500/m-p/63719#M383</guid>
      <dc:creator>ShellyGill2</dc:creator>
      <dc:date>2010-08-31T15:37:47Z</dc:date>
    </item>
  </channel>
</rss>

