<?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: Polygon help! in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554866#M12482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, actually I was doing it in mxml by querying the cached map server for the selected features I wanted and taking the feature set that was returned and adding each feature ring that was returned to the polygon.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you wish for me to post the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Aug 2010 22:21:42 GMT</pubDate>
    <dc:creator>LeesaJones</dc:creator>
    <dc:date>2010-08-20T22:21:42Z</dc:date>
    <item>
      <title>Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554857#M12473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, new esri developer here, need some help implementing a feature.&amp;nbsp; I want to only display a map inside a given polygon and not allow map clicks or display of map data outside this polygon.&amp;nbsp; Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 17:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554857#M12473</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T17:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554858#M12474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vjones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This is definitely not going to be a cake walk especially for a flex beginner but here is a link to what I think you are after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2009/01/constraining-map-extent.html"&gt;http://thunderheadxpler.blogspot.com/2009/01/constraining-map-extent.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 17:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554858#M12474</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-20T17:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554859#M12475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Robert - this is almost there and part of what I want to do.&amp;nbsp; The other part is I would like to display only the polygon like you do on your site where you display only Calhoun County.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 17:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554859#M12475</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T17:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554860#M12476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vJones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Only my county displays because I am using my map services not esri's and I don't have any other data than my county in those map services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554860#M12476</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-20T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554861#M12477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me add a little detail of what I have tried so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all the polygon is derived from several other polygon and merged together to make one polygon.&amp;nbsp; With this approach I am not quite there because the resultant polygon does not encompass all the features in the area... I can work on resolving that later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to shade the resultant polygon - thats a good thing, however I want the opposite.&amp;nbsp; I would like to shade everything but the resultant polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will I have to create work outside of flex to accomplish this or is this something I can acomplish within flex.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also note I am not using flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help you provide will be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554861#M12477</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554862#M12478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;vJones,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Only my county displays because I am using my map services not esri's and I don't have any other data than my county in those map services.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ohhhh - that explains why its so perfect.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know of a way where I can combine several polygons and grey out everything outside of the resultant polygon?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554862#M12478</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554863#M12479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vjones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Seems like that was discussed with Mansour and there was not a good way to do it. (Mansour is one of the main core developers of the AGS Flex API).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554863#M12479</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-20T18:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554864#M12480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your prompt reply - looks like I will have to settle with highlighting the polygon.&amp;nbsp; One more question - Is there a correct way to combine polygons where it ends up looking like one continuous polygon instead of broken when there is a river or a rail road?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554864#M12480</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554865#M12481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vjones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Have you merged the polygons in ArcMap?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 20:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554865#M12481</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-20T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554866#M12482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, actually I was doing it in mxml by querying the cached map server for the selected features I wanted and taking the feature set that was returned and adding each feature ring that was returned to the polygon.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you wish for me to post the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 22:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554866#M12482</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T22:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554867#M12483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vjones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Well you can do it that way you would probably just need to ensure that the polygon graphic does not have an outline specified in the symbology. You would be better served by removing this action from the client and just merge the polygons in ArcMap and serve up a new layer in a map service that has this don already, if the data is not dynamic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 22:37:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554867#M12483</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-20T22:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon help!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554868#M12484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Robert - I will give that a try and let you know.&amp;nbsp; I am really greatful for your help.&amp;nbsp; I will let you know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 23:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/polygon-help/m-p/554868#M12484</guid>
      <dc:creator>LeesaJones</dc:creator>
      <dc:date>2010-08-20T23:01:28Z</dc:date>
    </item>
  </channel>
</rss>

