<?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 How do you combine/nest Image Service client side rendering rules? in ArcGIS Image Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-server-questions/how-do-you-combine-nest-image-service-client-side/m-p/620700#M205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had limited success with applying client-side &lt;A class="jive-link-external-small" href="http://gis.elsenburg.com/arcgis/sdk/rest/index.html#/Raster_function_objects/02ss0000003p000000/" rel="nofollow" target="_blank"&gt;raster function rendering rules&lt;/A&gt; to an image service.&amp;nbsp; I've successfully applied the Mask function, but now I want to combine it with a &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000049000000" rel="nofollow" target="_blank"&gt;Colormap&lt;/A&gt; rendering rule, preferably with a Color Ramp visualisation.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm testing with the Image Service's Export Image page of my server directory on a single band raster.&amp;nbsp; My Mask rendering rule, showing values between 200 and 500, looks like this:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="javascript" name="code"&gt;{ &amp;nbsp; "rasterFunction" : "Mask", &amp;nbsp; "rasterFunctionArguments" : { &amp;nbsp;&amp;nbsp;&amp;nbsp; "IncludedRanges" : [200,500], &amp;nbsp;&amp;nbsp;&amp;nbsp; "NoDataValues" : [], &amp;nbsp;&amp;nbsp;&amp;nbsp; "Raster":"Raster" &amp;nbsp; }, &amp;nbsp; "variableName" : "Raster" }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to combine it with the Colormap rendering rule with a Color Ramp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 12:47:52 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2015-02-18T12:47:52Z</dc:date>
    <item>
      <title>How do you combine/nest Image Service client side rendering rules?</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/how-do-you-combine-nest-image-service-client-side/m-p/620700#M205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had limited success with applying client-side &lt;A class="jive-link-external-small" href="http://gis.elsenburg.com/arcgis/sdk/rest/index.html#/Raster_function_objects/02ss0000003p000000/" rel="nofollow" target="_blank"&gt;raster function rendering rules&lt;/A&gt; to an image service.&amp;nbsp; I've successfully applied the Mask function, but now I want to combine it with a &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000049000000" rel="nofollow" target="_blank"&gt;Colormap&lt;/A&gt; rendering rule, preferably with a Color Ramp visualisation.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm testing with the Image Service's Export Image page of my server directory on a single band raster.&amp;nbsp; My Mask rendering rule, showing values between 200 and 500, looks like this:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="javascript" name="code"&gt;{ &amp;nbsp; "rasterFunction" : "Mask", &amp;nbsp; "rasterFunctionArguments" : { &amp;nbsp;&amp;nbsp;&amp;nbsp; "IncludedRanges" : [200,500], &amp;nbsp;&amp;nbsp;&amp;nbsp; "NoDataValues" : [], &amp;nbsp;&amp;nbsp;&amp;nbsp; "Raster":"Raster" &amp;nbsp; }, &amp;nbsp; "variableName" : "Raster" }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to combine it with the Colormap rendering rule with a Color Ramp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 12:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/how-do-you-combine-nest-image-service-client-side/m-p/620700#M205</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2015-02-18T12:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do you combine/nest Image Service client side rendering rules?</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/how-do-you-combine-nest-image-service-client-side/m-p/620701#M206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to apply a colorramp rendering rule is not documented in REST API raster function section documentation.&lt;/P&gt;&lt;P&gt;I tried below syntax but it neither applied it on image service nor gave any error. Any clue will be very useful.&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"rasterFunction":"ColorRamp", "rasterFunctionArguments":{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "type": "algorithmic",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "fromColor": [115,76,0,255],&lt;/P&gt;&lt;P&gt;&amp;nbsp; "toColor": [255,25,86,255],&lt;/P&gt;&lt;P&gt;&amp;nbsp; "algorithm": "esriHSVAlgorithm"&lt;/P&gt;&lt;P&gt;}}}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 13:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/how-do-you-combine-nest-image-service-client-side/m-p/620701#M206</guid>
      <dc:creator>nageshnangi1</dc:creator>
      <dc:date>2015-05-05T13:07:13Z</dc:date>
    </item>
  </channel>
</rss>

