Skip to content

Commit ce3b517

Browse files
authored
Update README.md
1 parent b3f1c1c commit ce3b517

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/esri/samples/raster/hillshade_renderer

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ terrain) according to a sun angle.</p>
1313

1414
<p>To apply a <code>HillshadeRenderer</code> to a <code>RasterLayer</code>:</p>
1515
<ol>
16-
<li>Create a <code>Raster</code> from a grayscale raster file</li>
17-
<li>Create a <code>RasterLayer</code> from the raster</li>
18-
<li>Create a <code>Basemap</code> from the raster layer and set it to the map</li>
19-
<li>Create a <code>HillshadeRenderer</code>, specifying the slope type and other properties</li>
16+
<li>Create a <code>Raster</code> from a grayscale raster file.</li>
17+
<li>Create a raster layer from the raster.</li>
18+
<li>Create a <code>Basemap</code> from the raster layer and set it to the map.</li>
19+
<li>Create a hillshade renderer, specifying the slope type and other properties.</li>
2020
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code>.</li>
2121
</ol>
2222

0 commit comments

Comments
 (0)