Skip to content

Commit ef644cc

Browse files
authored
Update README.md
1 parent d1e252b commit ef644cc

File tree

1 file changed

+5
-5
lines changed
  • src/main/java/com/esri/samples/raster/stretch_renderer

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ in dark images.</p>
1414

1515
<p>To apply a <code>StretchRenderer</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 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 stretch renderer, specifying the stretch parameters and other properties</li>
21-
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code></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 stretch renderer, specifying the stretch parameters and other properties.</li>
21+
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code>.</li>
2222
</ol>
2323

2424
<h2>Features</h2>

0 commit comments

Comments
 (0)