<?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: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390532#M9115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Questions like this should be posted to the JS API space. Here are some similar threads in the JS API Space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/162367"&gt;Change Transparency of Layer in MapService&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/72943"&gt;setLayerDrawingOptions is not changing transparency setting&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Oct 2015 12:37:39 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-10-17T12:37:39Z</dc:date>
    <item>
      <title>Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390525#M9108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on a Flex component to allow users to change a layer's transparency. This component gets what layer to use from another component that is a TOC. I want to be able to change the transparency of a sublayer in an ArcGISDynamicMapServiceLayer, but I see that the item type I get is LayerInfo (no alpha...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible at all, or can I only change transparency on the entire map service layer (thus affecting all the sublayers)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight would be appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note: I am using Flex API 2.4).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Luiza&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390525#M9108</guid>
      <dc:creator>Luiza_Helenada_Silva</dc:creator>
      <dc:date>2012-03-27T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390526#M9109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think at the moment it only works with the map service itself and not the sublayers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390526#M9109</guid>
      <dc:creator>FaizanTayyab</dc:creator>
      <dc:date>2012-03-28T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390527#M9110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ihdasilva,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no, it is not possible. (The only way, if you initialize each sub layer as ArcGISDynamicMapServiceLayer :rolleyes: )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is important to understand how is it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - ArcGISDynamicMapServiceLayer is container for &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/SDK/REST/export.html"&gt;IMAGE exported from server&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html"&gt;parameters&lt;/A&gt;&lt;SPAN&gt; you set for ArcGISDynamicMapServiceLayer are IMAGE export parameters. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not 55 images for 55 sublayers, but 1 image exported form server for 55 sublayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Flex Map is container for all layers: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;static layer (navigation, scalebar, copyright, logo ...), &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map layers (each 1 is something like flex display object / container )) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The transparency you set for ArcGISDynamicMapServiceLayer is alpha parameter for flex component (for IMAGE - 1 image for 55 sublayers)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/27413-layer-transparency-not-working?p=91483#post91483"&gt;this discussion&lt;/A&gt;&lt;SPAN&gt;. May be you do not need to change transparency in flex code, but you set layers transparency in mxd file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390527#M9110</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-03-28T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390528#M9111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can control the transparency of the sublayers if you're using ArcGIS 10.1 and the 3.0 API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/supportClasses/LayerDrawingOptions.html#alpha"&gt;http://resourcesbeta.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/supportClasses/LayerDrawingOptions.html#alpha&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 20:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390528#M9111</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-03-29T20:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390529#M9112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One opinion (if there really is not other way) is to romove the sublayer from the mapservicelayer in code and to bring in the same mapservicelayer again with only the sublayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390529#M9112</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2012-04-12T19:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390530#M9113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So does the same hold true for the ability to move the sublayers (children) up and down in the TOC and map drawing order? I have set the ability to drag and drop layers in the TOC, the UI allows the ability to move the sublayers, but the map/toc reorder only applies to the parent layers. Is there a way to allow users to reorder the sublayers both in the TOC and map drawing/layering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 13:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390530#M9113</guid>
      <dc:creator>AaronBarkhurst</dc:creator>
      <dc:date>2013-11-01T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390531#M9114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to do the same in Javascript API v31.4 arcgis 10.3 version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 02:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390531#M9114</guid>
      <dc:creator>SmithaNivesh</dc:creator>
      <dc:date>2015-10-08T02:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting transparency on sublayers of an ArcGISDynamicMapServiceLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390532#M9115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Questions like this should be posted to the JS API space. Here are some similar threads in the JS API Space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/162367"&gt;Change Transparency of Layer in MapService&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/72943"&gt;setLayerDrawingOptions is not changing transparency setting&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 12:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/setting-transparency-on-sublayers-of-an/m-p/390532#M9115</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-10-17T12:37:39Z</dc:date>
    </item>
  </channel>
</rss>

