RasterStretchRenderer
Base Type: RasterRenderer
A class that contains a renderer with a color ramp for rasters with continuous values.
Property |
Type |
Description |
---|---|---|
BkColor |
The color of background. | |
BlackValue |
double[] |
The minimum sample value for background and transparent pixels. |
BlackValueSpecified |
bool |
Indicates if BlackValue is specified. |
ColorRamp |
The color ramp used by the renderer. | |
ColorSchema |
string |
The color schema of the renderer. |
CustomMax |
double |
The custom maximum value of the stretch renderer. |
CustomMaxSpecified |
bool |
Indicates if CustomMax is specified. |
CustomMin |
double |
The custom minimum value of the stretch renderer. |
CustomMinSpecified |
bool |
Indicates if CustomMin is specified. |
DisplayBkValue |
bool |
Indicates if a background value is being used. |
DisplayBkValueSpecified |
bool |
Indicates if DisplayBkValue is specified. |
InitCustomMinMax |
bool |
A flag indicating the renderer to use Minimum-Maximum stretch is initialized. |
InitCustomMinMaxSpecified |
bool |
Indicates if InitCustomMinMax is specified. |
IsInvert |
bool |
Specifies if the Renderer is inverted. |
IsInvertSpecified |
bool |
Indicates if IsInvert is specified. |
LayerIndex1 |
int |
The band used for stretch renderer. |
LayerIndex1Specified |
bool |
Indicates if LayerIndex1 is specified. |
LegendGroup |
Legend group at the specified index. | |
StandardDeviations |
double |
The standard deviation parameter for the stretch renderer. |
StandardDeviationsSpecified |
bool |
Indicates if StandardDeviations is specified. |
StretchType |
string |
Current stretch type. |
UseCustomMinMax |
bool |
Indicates if CustomMinMax should be used. |
UseCustomMinMaxSpecified |
bool |
Indicates if UseCustomMixMax is specified. |