RasterUniqueValueRenderer
Base Type: RasterRenderer
A class that contains a renderer for rasters with unique values.
|
Property |
Type |
Description |
|---|---|---|
|
ClassesInLegend |
int[] |
The list of unique values in each heading. |
|
ClassesInLegendSize |
int[] |
The list of Number of unique values in each heading. |
|
ClassField |
string |
A field in raster attribute table. The values in the field will be used in defining the renderer. |
|
ClassValuesCount |
int |
The number of Class Values. |
|
ClassValuesCountSpecified |
bool |
Indicates if ClassValuesCount is specified. |
|
ColorRamp |
The color ramp used by the renderer. | |
|
ColorSchema |
string |
The color schema of the renderer. |
|
DefaultLabel |
string |
The default label for the unique value renderer. |
|
DefaultSymbol |
The default symbol for the unique value renderer. | |
|
Global |
bool |
Flag indicating if the Unique values are assigned. |
|
GlobalSpecified |
bool |
Indicates if the Global is specified. |
|
LegendGroups |
The legend groups of the renderer. | |
|
LegendGroupsCount |
int |
The number of legend groups. |
|
LegendGroupsCountSpecified |
bool |
Indicates if LegendGroupCount is specified. |
|
UniqueValues |
Value object containing a list of unique values and the corresponding counts. | |
|
UniqueValueVariants |
object[] |
A list of unique values and the corresponding counts. |
|
UseDefaultSymbol |
bool |
Indicates whether the default unique value renderer is currently active. |
|
UseDefaultSymbolSpecified |
bool |
Indicates if UseDefaultSymbol is specified. |
|
ValueField |
string |
The currently active renderer field. |