File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/esri/samples/raster/hillshade_renderer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments