Provides access to methods that define a generic raster renderer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IRasterRenderer
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. |
Remarks
The IRasterRenderer interface is used to set a customized renderer to any raster layer.