<?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: ArcGISDynamicMapServiceLayer transparency in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682878#M4743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you saying that the Android API is not recognizing the opacity of individual layers within your map service?&amp;nbsp; So they all come in as completely opaque? (Just want to make sure I understand you correctly)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct, the API is displaying individual layers inside the dynamic map service as opaque.&amp;nbsp; The service supports PNG export but I don't see anywhere in the android API to request PNG output as I had do in the javasript API to get the layer transparencies to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; You could try iterating through all of the layers in your Dynamic Map Service and call the getOpacity(); method and see what returns.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can tell the the getOpacity() &amp;amp; setOpacity() methods only work on the entire ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm probably missing something. Thank you for the input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 14:19:15 GMT</pubDate>
    <dc:creator>RobertHauck</dc:creator>
    <dc:date>2012-10-16T14:19:15Z</dc:date>
    <item>
      <title>ArcGISDynamicMapServiceLayer transparency</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682876#M4741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have several layers inside a ArcGISDynamicMapServiceLayer that are set to be transparent in its .msd.&amp;nbsp; They are showing up as opaque in android.&amp;nbsp; The same service shows the layers as transparent in the javascript api by setting imageParameters.format = "png32" for the ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is is possible to do this in android? I do not see anything similar to imageParameters for a ArcGISDynamicMapServiceLayer in android.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682876#M4741</guid>
      <dc:creator>RobertHauck</dc:creator>
      <dc:date>2012-10-15T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISDynamicMapServiceLayer transparency</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682877#M4742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you saying that the Android API is not recognizing the opacity of individual layers within your map service?&amp;nbsp; So they all come in as completely opaque? (Just want to make sure I understand you correctly)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of, or if there is even a way, to set the output image format in Android.&amp;nbsp; Does the REST endpoint of your Dyn. Map Service support/allow for output PNG? I would imagine it *should* work.&amp;nbsp; I haven't had a use case yet where I need to render layer opacity as it pertains to dynamic map services.&amp;nbsp; You could try iterating through all of the layers in your Dynamic Map Service and call the getOpacity(); method and see what returns.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 19:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682877#M4742</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2012-10-15T19:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISDynamicMapServiceLayer transparency</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682878#M4743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you saying that the Android API is not recognizing the opacity of individual layers within your map service?&amp;nbsp; So they all come in as completely opaque? (Just want to make sure I understand you correctly)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct, the API is displaying individual layers inside the dynamic map service as opaque.&amp;nbsp; The service supports PNG export but I don't see anywhere in the android API to request PNG output as I had do in the javasript API to get the layer transparencies to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; You could try iterating through all of the layers in your Dynamic Map Service and call the getOpacity(); method and see what returns.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can tell the the getOpacity() &amp;amp; setOpacity() methods only work on the entire ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm probably missing something. Thank you for the input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 14:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682878#M4743</guid>
      <dc:creator>RobertHauck</dc:creator>
      <dc:date>2012-10-16T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISDynamicMapServiceLayer transparency</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682879#M4744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out ArcGISDynamicmapServiceLayer.getLayers();&amp;nbsp; This will return an array of ArcGISLayerInfo[];&amp;nbsp; From that, you can try to iterate through all the layers in the array, casting them to a Layer object then call the Layer.getOpacity(); method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tested it, but it might be worth a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 14:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgisdynamicmapservicelayer-transparency/m-p/682879#M4744</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2012-10-16T14:58:49Z</dc:date>
    </item>
  </channel>
</rss>

