<?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 Setting Renderer on GraphicsLayer in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354978#M2304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Im trying to set a renderer on a new GraphicsLayer. The GraphicsLayer hat a group of graphics with their own Symbols. The renderer symbol are not applied to this graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;GraphicsLayer gLayer = new GraphicsLayer(webmercator, projected_extent, GraphicsLayer.RenderingMode.DYNAMIC);
Graphic pointGraphic = new Graphic(point_projected, new SimpleMarkerSymbol(Color.BLUE, 10, CIRCLE));
gLayer.addGraphic(pointGraphic);

SimpleMarkerSymbol simpleMarkerSymbol = new SimpleMarkerSymbol(Color.RED, 20, CIRCLE);
SimpleRenderer simpleRenderer = new SimpleRenderer(simpleMarkerSymbol);

gLayer.setRenderer(simpleRenderer);

mapView.addLayer(&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;gLayer&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After addLayer the graphics uses the blue circle symbol instead the renderer with red circles symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help and best Regards,&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 16:38:28 GMT</pubDate>
    <dc:creator>CesarRevilla</dc:creator>
    <dc:date>2021-12-11T16:38:28Z</dc:date>
    <item>
      <title>Setting Renderer on GraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354978#M2304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Im trying to set a renderer on a new GraphicsLayer. The GraphicsLayer hat a group of graphics with their own Symbols. The renderer symbol are not applied to this graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;GraphicsLayer gLayer = new GraphicsLayer(webmercator, projected_extent, GraphicsLayer.RenderingMode.DYNAMIC);
Graphic pointGraphic = new Graphic(point_projected, new SimpleMarkerSymbol(Color.BLUE, 10, CIRCLE));
gLayer.addGraphic(pointGraphic);

SimpleMarkerSymbol simpleMarkerSymbol = new SimpleMarkerSymbol(Color.RED, 20, CIRCLE);
SimpleRenderer simpleRenderer = new SimpleRenderer(simpleMarkerSymbol);

gLayer.setRenderer(simpleRenderer);

mapView.addLayer(&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;gLayer&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After addLayer the graphics uses the blue circle symbol instead the renderer with red circles symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help and best Regards,&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354978#M2304</guid>
      <dc:creator>CesarRevilla</dc:creator>
      <dc:date>2021-12-11T16:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Renderer on GraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354979#M2305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Symbols defined at the Graphic level always override symbols defined in a renderer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 22:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354979#M2305</guid>
      <dc:creator>WillCrick</dc:creator>
      <dc:date>2016-03-28T22:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Renderer on GraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354980#M2306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that means I can instance a Graphic with null Symbol (because all constructors require Symbol). I Would try it. Thank your for your Answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354980#M2306</guid>
      <dc:creator>CesarRevilla</dc:creator>
      <dc:date>2016-04-26T09:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Renderer on GraphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354981#M2307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did that work for you? &amp;nbsp;I just tried it and it did not work for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 18:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/setting-renderer-on-graphicslayer/m-p/354981#M2307</guid>
      <dc:creator>BrianJohnston4</dc:creator>
      <dc:date>2016-10-24T18:32:59Z</dc:date>
    </item>
  </channel>
</rss>

