This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRenderer Interface (ArcObjects .NET 10.4 SDK) |
Provides access to methods that define a generic raster renderer.
Description | ||
---|---|---|
CanRender | Indicates if the raster can be rendered. | |
Copy | Selects a raster as the current copy object. | |
DisplayResolutionFactor | Display resolution factor. Factor value is expressed as a percentage between 0 and 100. | |
Draw | Draws the raster on the display. | |
Raster | Raster to be rendered. | |
ResamplingType | Resampling method for displaying a raster. | |
Update | Updates the renderer for any changes that have been made. | |
Updated | Indicates whether the renderer requires updating. |
CoClasses and Classes | Description |
---|---|
RasterClassifyColorRampRenderer | A renderer with a color ramp for rasters with classified values. |
RasterColormapRenderer | A raster colormap renderer. |
RasterDiscreteColorRenderer | A raster discrete color renderer. |
RasterRGBRenderer | A true-color RGB renderer. |
RasterStretchColorRampRenderer | A renderer with a color ramp for rasters with continuous values. |
RasterUniqueValueRenderer | A renderer for rasters with unique values. |
The IRasterRenderer interface is used to set a customized renderer to any raster layer.