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