ArcObjects Library Reference (Carto)  

IRasterClassifyColorRampRenderer Interface

Provides access to members that relate to the classified rendering of rasters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IRasterClassifyColorRampRenderer controls the classes used by the renderer and how they are displayed.


 

Members

Description
Read/write property Break Break at the index.
Read/write property ClassCount Number of classes.
Read/write property ClassField Field this renderer is using.
Read/write property Description Description for the class at the given index.
Read/write property Label Label for the class at the given index.
Read/write property NormField Normalization field this renderer is using.
Read/write property SortClassesAscending Indicates if the sort direction for the class labels is ascending.
Read/write property Symbol Symbol representing the class at the index.

CoClasses that implement IRasterClassifyColorRampRenderer

CoClasses and Classes Description
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.

Remarks

The default classification method for RasterClassifyColorRampRenderer is NaturalBreaks. To set other classification method use interface IRasterClassifyUIProperties.

TheClassFieldproperty determines the field of the raster on which the classification will be performed. With theNormFieldproperty, you may optionally specify another field by which the class field will be divided before the classes are determined. The ClassField and NormField must be numeric. By default, the ClassField is Value and the NormField is empty.

.NET Related Topics

How to create a raster classify renderer |