Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 775 Bytes

File metadata and controls

23 lines (12 loc) · 775 Bytes

Raster hillshade renderer

Use a hillshade renderer on a raster.

screenshot

How to use the sample

Configure the options for rendering, then tap 'Apply hillshade'.

How it works

  1. The parameters provided by the user are passed to HillshadeRender at instantiation: new HillshadeRenderer(mAltitude, mAzimuth, mZFactor, mSlopeType, mPixelSizeFactor, mPixelSizePower, mOutputBitDepth); which returns a RasterRenderer. The RasterRenderer is then added to the RasterLayer.

Offline data

This sample downloads the following items from ArcGIS Online automatically:

Tags

Visualization, hillshade, raster, shadow, slope