Unique Value Renderer
constructor(fieldNames: Iterable<String> = emptyList(), uniqueValues: Iterable<UniqueValue> = emptyList(), defaultLabel: String = "", defaultSymbol: Symbol? = null)
Creates a new unique value renderer object.
Since
200.1.0
Parameters
field Names
A collection of the field names/attribute keys that the unique values apply to.
unique Values
A collection of unique values used by the renderer to select a symbol.
default Label
The label used for the default symbol.
default Symbol
The default symbol for values that don't match any of the unique values.