public class UniqueValueDefinition extends ClassificationDefinition
ClassificationDefinition.Type
Modifier and Type | Method and Description |
---|---|
static UniqueValueDefinition |
create()
Creates a new UniqueValueDefinition object.
|
java.lang.String |
getAttributeField()
The name of the field that contains unique values.
|
java.lang.String |
getAttributeField2()
The name of the field that contains unique values when combined with the values specified by attributeField.
|
java.lang.String |
getAttributeField3()
The name of the field that contains unique values when combined with the values specified by attributeField and attributeField2.
|
void |
setAttributeField(java.lang.String attributeField)
Set the attributeField parameter.
|
void |
setAttributeField2(java.lang.String attributeField2)
Set the attributeField2 parameter.
|
void |
setAttributeField3(java.lang.String attributeField3)
Set the attributeField3 parameter.
|
getBaseSymbol, getColorRampAsAlgorithmicColorRamp, getColorRampAsMultiPartColorRamp, getType, setBaseSymbol, setColorRamp, setColorRamp, setType
public static UniqueValueDefinition create()
public final java.lang.String getAttributeField()
public final void setAttributeField(java.lang.String attributeField)
attributeField
- - The name of the field that contains unique values.public final java.lang.String getAttributeField2()
public final void setAttributeField2(java.lang.String attributeField2)
attributeField2
- - The name of the field that contains unique values when combined with the values
specified by attributeField.public final java.lang.String getAttributeField3()
public final void setAttributeField3(java.lang.String attributeField3)
attributeField3
- - The name of the field that contains unique values when combined with the values
specified by attributeField and attributeField2.