You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/esri/samples/raster/colormap_renderer/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ with a color based on the original value brightness.</p>
9
9
10
10
<p>To apply a <code>ColormapRenderer</code> to a <code>RasterLayer</code>:</p>
11
11
<ol>
12
-
<li>Create a <code>Raster</code> from a raster file</li>
13
-
<li>Create a <code>RasterLayer</code> from the raster</li>
12
+
<li>Create a <code>Raster</code> from a raster file.</li>
13
+
<li>Create a raster layer from the raster.</li>
14
14
<li>Create a <code>List<Integer></code> representing colors. Colors at the beginning of the list replace the darkest values in
15
15
the raster and colors at the end of the list replaced the brightest values of the raster.</li>
16
-
<li>Create a <code>ColormapRenderer</code> with the color list and apply it to the raster layer with <code>rasterLayer.setRasterRenderer(colormapRenderer)</code></li>
16
+
<li>Create a colormap renderer with the color list and apply it to the raster layer with <code>rasterLayer.setRasterRenderer(colormapRenderer)</code>.</li>
0 commit comments