Constructor BlendRenderer
BlendRenderer(Raster, Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>, ColorRamp, Double, Double, Double, SlopeType, Double, Double, Int32)
Initializes a new instance of the Blend
Declaration
public BlendRenderer(Raster elevationRaster, IEnumerable<double>? outputMinValues, IEnumerable<double>? outputMaxValues, IEnumerable<double>? sourceMinValues, IEnumerable<double>? sourceMaxValues, IEnumerable<double>? noDataValues, IEnumerable<double>? gammas, ColorRamp colorRamp, double altitude = null, double azimuth = null, double zfactor = null, SlopeType slopeType = default(SlopeType), double pixelSizeFactor = null, double pixelSizePower = null, int outputBitDepth = 8)
Parameters
Type | Name | Description |
---|---|---|
Raster | elevationRaster | The elevation data. Can be |
System. |
outputMinValues | Output stretch values, one for each band. Can be |
System. |
outputMaxValues | Output stretch values, one for each band. Can be |
System. |
sourceMinValues | Input stretch values, one for each band. Can be |
System. |
sourceMaxValues | Input stretch values, one for each band. Can be |
System. |
noDataValues | NoData values, one for each band. Can be |
System. |
gammas | Gamma adjustment. Can be |
Color |
colorRamp | The color ramp to use. |
System. |
altitude | Altitude angle of the light source. |
System. |
azimuth | Azimuth angle of the light source, measured clockwise from north. |
System. |
zfactor | Factor to convert z unit to x,y units, default is 1. |
Slope |
slopeType | The manner used to express slope in an elevation surface. |
System. |
pixelSizeFactor | Pixel size factor, default is 1. |
System. |
pixelSizePower | Pixel size power value, default is 1. |
System. |
outputBitDepth | Output bit depth, default is 8-bit. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |