RasterClassifyRenderer

Base Type: RasterRenderer

A class that contains a raster classify renderer.

Property

Type

Description

ArrayOfBreak

double[]

The breaks in this renderer. List of ordered numbers defining the class ranges for display.

Ascending

bool

Indicates that the renderer is ascending.

AscendingSpecified

bool

Indicates if Ascending is specified.

BreakSize

int

The size of the breaks.

BreakSizeSpecified

bool

Indicates if BreakSize is specified.

ClassField

string

The class field. The values in this defined field will be used in classification.

ClassificationComponent

bool

The classification component.

ClassificationComponentSpecified

bool

Indicates if ClassificationComponent is specified.

ColorSchema

string

The color schema of the renderer.

DeviationInterval

double

The deviation interval. Range is 0 to 1, where 0 means no deviation is used.

DeviationIntervalSpecified

bool

Indicates if DeviationInterval is specified.

ExclusionLegendClass

LegendClass

The exclusion legend class.

ExclusionRanges

object

The array of doubles indicating the excluded ranges.

ExclusionShowClass

bool

Indicates if color is shown for the excluded values.

ExclusionShowClassSpecified

bool

Indicates if ExclusionShowClass is specified.

ExlusionValues

object

The array of doubles indicating the excluded values.

Guid

string

The GUID.

LegendGroups

LegendGroup[]

The collection of LegendGroups.

LegendGroupsCount

int

The number of LegendGroups.

LegendGroupsCountSpecified

bool

Indicates if LegendGroupsCount is specified.

NormField

string

The normalization field this renderer is using.

NumberFormat

NumericFormat

The number format for labels.

ShowClassGaps

bool

Indicates if gaps between classes are shown.

ShowClassGapsSpecified

bool

Indicates if ShowClassGaps is specified.

UniqueValues

RasterUniqueValues

The list of unique values.

UseHillShader

bool

Indicates whether the hill shading is being used.

UseHillShaderSpecified

bool

Indicates if UseHillShader is specified.

ZScale

double

The Z factor multiplied to z values.

ZScaleSpecified

bool

Indicates if ZScale is specified.

Remarks

The class is for a renderer with a color ramp for rasters with classified values.

2/28/2020