File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/com/esri/samples/raster/rgb_renderer Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<h1 >Rgb Renderer</h1 >
22
3- <p >Demonstrates how to use a RGB renderer on a raster layer. An RGB renderer is used to adjust the color bands of a multispectral
3+ <p >Demonstrates how to use a Rgb renderer on a raster layer. An Rgb renderer is used to adjust the color bands of a multispectral
44image.</p >
55
66<p ><img src =" RgbRenderer.png " /></p >
@@ -13,11 +13,11 @@ image.</p>
1313
1414<p >To apply a <code >RgbRenderer</code > to a <code >RasterLayer</code >:</p >
1515<ol >
16- <li >Create a <code >Raster</code > from a multispectral 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 >RgbRenderer</ code > , specifying the stretch parameters and other properties</li >
20- <li >Set the renderer on the raster layer with <code >rasterLayer.setRenderer(renderer)</code ></li >
16+ <li >Create a <code >Raster</code > from a multispectral 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 rgb renderer , specifying the stretch parameters and other properties. </li >
20+ <li >Set the renderer on the raster layer with <code >rasterLayer.setRenderer(renderer)</code >. </li >
2121</ol >
2222
2323<h2 >Features</h2 >
You can’t perform that action at this time.
0 commit comments