RasterRenderer
Derived Types: RasterClassifyRenderer, RasterRGBRenderer, RasterStretchRenderer, RasterUniqueValueRenderer, RasterRGBRenderer
An abstract class used to group together its derived types of raster renderers, providing common properties.
Property |
Type |
Description |
---|---|---|
AlphaBandIndex |
int |
The band to be represented in Alpha. |
AlphaBandIndexSpecified |
bool |
Indicates if AlphaBandIndex is specified. |
Brightness |
int |
The layer brightness in percent (-100 - 100). |
BrightnessSpecified |
bool |
Indicates if Brightness is specified. |
Contrast |
int |
The layer contrast in percent (-100 - 100). |
ContrastSpecified |
bool |
Indicates if Contrast is specified. |
Indexed |
bool |
Specifies that the renderer has an index. |
IndexedSpecified |
bool |
Indicates if Indexed is specified. |
NoDataColor |
The Nodata color for a raster. | |
NoDataValue |
double[] |
The Nodata value for a raster. Pixels with this value will be rendered with a specified color, for example transparent color. |
ResamplingType |
string |
The resampling method for displaying a raster. |
UseAlphaBand |
bool |
Indicates if the Alpha band is used. |
UseAlphaBandSpecified |
bool |
Indicates if UseAlphaBand is specified. |