Skip to content

Commit b5ea1d5

Browse files
authored
Update README.md
1 parent ddde68e commit b5ea1d5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ in dark images.</p>
1515
<p>To apply a <code>StretchRenderer</code> to a <code>RasterLayer</code>:</p>
1616
<ol>
1717
<li>Create a <code>Raster</code> from a raster file</li>
18-
<li>Create a <code>RasterLayer</code> from the raster</li>
18+
<li>Create a raster layer from the raster</li>
1919
<li>Create a <code>Basemap</code> from the raster layer and set it to the map</li>
20-
<li>Create a <code>StretchRenderer</code>, specifying the stretch parameters and other properties</li>
20+
<li>Create a stretch renderer, specifying the stretch parameters and other properties</li>
2121
<li>Set the renderer on the raster layer with <code>rasterLayer.setRenderer(renderer)</code></li>
2222
</ol>
2323

0 commit comments

Comments
 (0)