<?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: Can FindTask query more than 1 map? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117672#M2798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The existing search widget would be the way to go as it fires off a spatial Query using a graphic and returns graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 01:41:42 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-09-02T01:41:42Z</dc:date>
    <item>
      <title>Can FindTask query more than 1 map?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117669#M2795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to have the user select a layer from one map, then select all layers (possibly from other maps) they want to see that intersect the first map. I know FindTask can query a map and multiple layers, but can it query multiple maps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ashley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 19:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117669#M2795</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2011-08-31T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can FindTask query more than 1 map?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117670#M2796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; No the FindTask can only search one Map Service (not map) at a time. If you want to search multiple map services than you will just have to loop through them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 20:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117670#M2796</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-31T20:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can FindTask query more than 1 map?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117671#M2797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to make sure I'm using the right approach. Here are the basic steps I'd like to include:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Select an object from Map Service 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select intersecting layers of object (from step 1) from Map Services 2, 3 &amp;amp; 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Extract object &amp;amp; intersecting data from all chosen Map Services &amp;amp; layers into a file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to do step 3, but I'm not quite sure how to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a. determine when objects are intersecting, and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. get results from more than 1 Map Service into 1 result set&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the spatial portion of the existing Search Widget a good starting point for this functionality? Would the Data Extract widget be better? (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#//01m300000025000000"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#//01m300000025000000&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help!&amp;nbsp; --ashley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 14:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117671#M2797</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2011-09-01T14:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can FindTask query more than 1 map?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117672#M2798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The existing search widget would be the way to go as it fires off a spatial Query using a graphic and returns graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 01:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117672#M2798</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-09-02T01:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can FindTask query more than 1 map?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117673#M2799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the existing Search widget code and am unable to loop through multiple map services. I believe this is the sequence of functions that is called in the existing Search widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. queryFeaturesSpatial()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. queryFeaturesSpatial(), onResult()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. bufferGeometries()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. bufferGeometries(), bufferCompleteHandler()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. queryFeaturesGraphical()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. queryFeaturesGraphical(), onResult()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. createSearchResults()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8. createSearchResults(), displayFields()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried putting a hardcoded call to function queryFeaturesSpatial using another map service, but it stops in function bufferGeometries. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else tried to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 18:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/can-findtask-query-more-than-1-map/m-p/117673#M2799</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2011-09-26T18:46:20Z</dc:date>
    </item>
  </channel>
</rss>

