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