<?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: running a GP in flex. in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227501#M5337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=SelectParcels"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=SelectParcels&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The important part is setting Query.geometry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 18:49:04 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-12-15T18:49:04Z</dc:date>
    <item>
      <title>running a GP in flex.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227498#M5334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it's warmer where you are then it is here in Chicago today.&amp;nbsp; Anyway I have been struggling with a problem for a very long time now and I have decided to ask the experts if they can help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a model in ArcGIS Desktop that when ran asks me to pick a county name from a dropdown box.&amp;nbsp; Then based on that the county chosen it goes into two other layers (one a point and one a line) and chooses everything within the county.&amp;nbsp; Now it takes it out to a dbf and once the two have been ran it merges them into one dbf.&amp;nbsp; It is working fine in Desktop and now I am trying to get it to work in our Flex app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to select a county from a combobox in the Flex app and then have it run the model and return with the dbf and populate the datagrid with the results and at the same time highlight all the graphical features in the map that were identified by the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope I have expained this well enough.&amp;nbsp; If not let me know and I will try to do better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard Krell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senior Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chicago Metropolitan Agency for Planning&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 19:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227498#M5334</guid>
      <dc:creator>RichardKrell</dc:creator>
      <dc:date>2010-12-14T19:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: running a GP in flex.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227499#M5335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I would say ditch the GP and do all of this in Flex as it sounds like ultimately you want graphics selected, so why even bring a dbf into the equation? You can do this with 2 queries and then merge the results together (as the returned value of a query is just a featureset that is a gloried graphics array collection, easy to add to).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 02:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227499#M5335</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-12-15T02:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: running a GP in flex.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227500#M5336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response.&amp;nbsp; This is easy for you to say but I am pretty much a newbee at this and have been working on this particular problem for a very long time.&amp;nbsp; I work on it a while and then go on to something else, then come back to it for a while and so on and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you point me to an example of performing a selection by area or polygon.&amp;nbsp; That is my first real issue and then I will go onto merging two selected featuresets together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really hate bothering people with something that to me should be so very simple but everytime I look at it I go into a brain freeze... brrrrrrrrrrrrrrrrrrrrrrr &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Again thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227500#M5336</guid>
      <dc:creator>RichardKrell</dc:creator>
      <dc:date>2010-12-15T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: running a GP in flex.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227501#M5337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=SelectParcels"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=SelectParcels&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The important part is setting Query.geometry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 18:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227501#M5337</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-12-15T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: running a GP in flex.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227502#M5338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you Dasa, I had already found that example and am trying to use it to create mine.&amp;nbsp; The thing I did not know about until now was the Geometry service.&amp;nbsp; That makes A LOT of sense and hopefully I can now put this problem behind me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will let everyone know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Again thanks to everyone who responded and if you should think of anything else, please let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 12:56:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/running-a-gp-in-flex/m-p/227502#M5338</guid>
      <dc:creator>RichardKrell</dc:creator>
      <dc:date>2010-12-17T12:56:53Z</dc:date>
    </item>
  </channel>
</rss>

