Skip to content

Commit ff8692d

Browse files
authored
Update README.md
1 parent 87cc783 commit ff8692d

File tree

1 file changed

+6
-6
lines changed
  • src/main/java/com/esri/samples/raster/blend_renderer

1 file changed

+6
-6
lines changed

src/main/java/com/esri/samples/raster/blend_renderer/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ the satellite imagery, choose the color ramp type NONE.</p>
1414

1515
<p>To apply a <code>BlendRenderer</code> to a <code>RasterLayer</code>:</p>
1616
<ol>
17-
<li>Create a <code>Raster</code> from a raster file</li>
18-
<li>Create a <code>RasterLayer</code> from the raster</li>
19-
<li>Create a <code>Basemap</code> from the raster layer and set it to the map</li>
20-
<li>Create a <code>Raster</code> for elevation from a grayscale raster file</li>
21-
<li>Create a <code>BlendRenderer</code>, specifying the elevation raster, color ramp, and other properties</li>
17+
<li>Create a <code>Raster</code> from a raster file.</li>
18+
<li>Create a raster layer from the raster.</li>
19+
<li>Create a <code>Basemap</code> from the raster layer and set it to the map.</li>
20+
<li>Create a raster for elevation from a grayscale raster file.</li>
21+
<li>Create a blend renderer, specifying the elevation raster, color ramp, and other properties.</li>
2222
<ul>
2323
<li>If you specify a non-null color ramp, use the elevation raster as the base raster in addition to the
24-
elevation raster parameter. That way the color ramp is used instead of the satellite imagery</li>
24+
elevation raster parameter. That way the color ramp is used instead of the satellite imagery.</li>
2525
</ul>
2626
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code>.</li>
2727
</ol>

0 commit comments

Comments
 (0)