<?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 Generate Dynamic Renderer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543112#M50562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wish to use the same features as the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/renderer_dynamic_layer_change_attribute/index.html"&gt;esri.tasks.GenerateRendererTask&lt;/A&gt;&lt;SPAN&gt; but it seems that it can be only used on ArcServer 10.1. Is it possible to achieve the same dynamic natural jenks breaks in the ArcServer 10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I will be having a `ArcGISDynamicMapServiceLayer` and I have to generate the renderer on the fly and the values are also dynamic and not in a fixed range. `esri.tasks.GenerateRendererTask` takes care of it beautifully, is there any other solution to this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 00:13:13 GMT</pubDate>
    <dc:creator>SmaranHarihar</dc:creator>
    <dc:date>2012-11-14T00:13:13Z</dc:date>
    <item>
      <title>Generate Dynamic Renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543112#M50562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wish to use the same features as the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/renderer_dynamic_layer_change_attribute/index.html"&gt;esri.tasks.GenerateRendererTask&lt;/A&gt;&lt;SPAN&gt; but it seems that it can be only used on ArcServer 10.1. Is it possible to achieve the same dynamic natural jenks breaks in the ArcServer 10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I will be having a `ArcGISDynamicMapServiceLayer` and I have to generate the renderer on the fly and the values are also dynamic and not in a fixed range. `esri.tasks.GenerateRendererTask` takes care of it beautifully, is there any other solution to this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 00:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543112#M50562</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-11-14T00:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Dynamic Renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543113#M50563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the ability to pass a request from the client and augment the renderer server side was added at ArcGIS Server 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map services allow clients to change layer appearance and behavior dynamically...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/What_s_new_in_ArcGIS_Server/016w00000036000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/What_s_new_in_ArcGIS_Server/016w00000036000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About dynamic layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/00sq/00sq000000n1000000.htm"&gt;http://resources.arcgis.com/en/help/main/10.1/00sq/00sq000000n1000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543113#M50563</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-11-14T20:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Dynamic Renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543114#M50564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the ability to pass a request from the client and augment the renderer server side was added at ArcGIS Server 10.1&lt;BR /&gt;&lt;BR /&gt;Map services allow clients to change layer appearance and behavior dynamically...&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/What_s_new_in_ArcGIS_Server/016w00000036000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/What_s_new_in_ArcGIS_Server/016w00000036000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;About dynamic layers&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/00sq/00sq000000n1000000.htm"&gt;http://resources.arcgis.com/en/help/main/10.1/00sq/00sq000000n1000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply jgravois, but is there some kind of work around for ArcServer 10? If I can create the renderers without hard coding the ranges?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543114#M50564</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-11-14T20:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Dynamic Renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543115#M50565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have absolutely no experience with it, but i am under the impression that prior to ArcGIS Server 10.1, server side ArcObjects code was used by developers who needed to modify renderers in dynamicMapServices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;perhaps the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/20-ArcObjects-All-Development-Languages"&gt;AO forum&lt;/A&gt;&lt;SPAN&gt; would be a more helpful resource...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-dynamic-renderer/m-p/543115#M50565</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-11-14T20:22:03Z</dc:date>
    </item>
  </channel>
</rss>

