<?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: MXD setup for multiple species display in flex in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388642#M9083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So when I set up my MXD/map service, do I even need to bother symbolizing my data?&amp;nbsp; Could I just throw the distribution layer in there and then set up all of the symbology directly in my flex code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like I was just trying to make this harder than it needs to be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 19:49:47 GMT</pubDate>
    <dc:creator>LauraBlackburn</dc:creator>
    <dc:date>2010-11-03T19:49:47Z</dc:date>
    <item>
      <title>MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388639#M9080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am at the very beginning stages of creating a flex site.&amp;nbsp; I have a single layer with nearly 80 species distributions, represented by separate fields.&amp;nbsp; I am hoping to create something like a drop down box in my flex app that will allow the user to choose which species distribution they would like to view.&amp;nbsp; My problem is that I am not sure how to best setup my mxd to be used as the map service/operational layer.&amp;nbsp; In IMS, I copied and pasted the layer several times in my TOC until all of the species were represented.&amp;nbsp; This required a lot of manipulation and time that I am hoping to avoid.&amp;nbsp; Is there some way to have the distribution database (a single layer) in my mxd's TOC and then use some kind of query to dynamically display a particular species distribution when the user selects the species from a list.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone out there offer some advice or guidance?&amp;nbsp; I am pretty stuck on this one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 17:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388639#M9080</guid>
      <dc:creator>LauraBlackburn</dc:creator>
      <dc:date>2010-11-03T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388640#M9081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use one of the Renderers to classify the colors and symbology for each of the features. For example, you could set up a class break renderer (see this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=Renderer"&gt;sample&lt;/A&gt;&lt;SPAN&gt;) and change the attribute property of the renderer by using the field that the user chooses. You can get more complex by adding other renderers if you want to show different breaks for the species or using variables for the minValue and maxValue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 19:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388640#M9081</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2010-11-03T19:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388641#M9082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use either one of these properties to dynamically filter the layer to the selected species:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#definitionExpression"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#definitionExpression&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#layerDefinitions"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#layerDefinitions&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 19:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388641#M9082</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-03T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388642#M9083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So when I set up my MXD/map service, do I even need to bother symbolizing my data?&amp;nbsp; Could I just throw the distribution layer in there and then set up all of the symbology directly in my flex code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like I was just trying to make this harder than it needs to be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 19:49:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388642#M9083</guid>
      <dc:creator>LauraBlackburn</dc:creator>
      <dc:date>2010-11-03T19:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388643#M9084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're using ArcGIS Server 10 the FeatureLayer will used the layer's symbology by default, but you can just define your own renderer on the Flex FeatureLayer instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 21:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388643#M9084</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-03T21:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388644#M9085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still using 9.3.1.&amp;nbsp; I work for the feds and they seem to like being well behind the curve.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand you correctly...I can still just assign the symbology I need in flex, right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 11:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388644#M9085</guid>
      <dc:creator>LauraBlackburn</dc:creator>
      <dc:date>2010-11-04T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388645#M9086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can. I'm using 9.3.1 and the Flex API v1.3 on projects where I set the symbology with a renderer. The added step you'll have to take is to put the features on a graphic layer where they can be symbolized.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 12:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388645#M9086</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2010-11-04T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: MXD setup for multiple species display in flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388646#M9087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TimeSliderPlayFeature"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TimeSliderPlayFeature&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 16:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mxd-setup-for-multiple-species-display-in-flex/m-p/388646#M9087</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-04T16:25:02Z</dc:date>
    </item>
  </channel>
</rss>

