Skip to content

Commit

Permalink
Merge pull request #414 from Esri/thad/raster-rgb
Browse files Browse the repository at this point in the history
Raster RGB renderer sample.
  • Loading branch information
ThadT authored Feb 13, 2018
2 parents 7483d2c + 0c06707 commit f8a35f0
Show file tree
Hide file tree
Showing 34 changed files with 2,453 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
<None Include="Samples\Layers\FeatureLayerRenderingModeMap\FeatureLayerRenderingModeMap.jpg" />
<None Include="Samples\Layers\FeatureLayerSelection\FeatureLayerSelection.jpg" />
<None Include="Samples\Layers\FeatureLayerUrl\FeatureLayerUrl.jpg" />
<EmbeddedResource Include="Samples\Layers\RasterRgbRenderer\metadata.json" />
<EmbeddedResource Include="Samples\Layers\RasterHillshade\metadata.json" />
<None Include="Samples\Layers\RasterLayerFile\RasterLayerFile.jpg" />
<None Include="Samples\Layers\RasterLayerImageServiceRaster\RasterLayerImageServiceRaster.jpg" />
Expand Down Expand Up @@ -422,6 +423,7 @@
<Compile Include="Samples\Layers\FeatureLayerRenderingModeMap\FeatureLayerRenderingModeMap.cs" />
<Compile Include="Samples\Layers\FeatureLayerSelection\FeatureLayerSelection.cs" />
<Compile Include="Samples\Layers\FeatureLayerUrl\FeatureLayerUrl.cs" />
<Compile Include="Samples\Layers\RasterRgbRenderer\RasterRgbRenderer.cs" />
<Compile Include="Samples\Layers\RasterHillshade\RasterHillshade.cs" />
<Compile Include="Samples\Layers\RasterLayerFile\RasterLayerFile.cs" />
<Compile Include="Samples\Layers\RasterLayerImageServiceRaster\RasterLayerImageServiceRaster.cs" />
Expand Down Expand Up @@ -469,6 +471,12 @@
<ItemGroup>
<None Include="Samples\Layers\RasterHillshade\RasterHillshade.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Samples\Symbology\FeatureLayerExtrusion\FeatureLayerExtrusion.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Samples\Layers\RasterRgbRenderer\RasterRgbRenderer.jpg" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Raster RGB renderer

This sample demonstrates how to use an RGB renderer on a raster layer. An RGB renderer is used to adjust the color bands of a multi-spectral image.

<img src="RasterRgbRenderer.jpg" width="350"/>

### Instructions
Choose one of the stretch parameter types. The other options will adjust based on the chosen type. Add your inputs and press the Apply button to update the renderer.
Loading

0 comments on commit f8a35f0

Please sign in to comment.