|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.renderer.UniqueValueInfo
public final class UniqueValueInfo
Class to define a unique value from attributes. A unique value can be based on one to three attributes.
Constructor Summary | |
---|---|
UniqueValueInfo(org.codehaus.jackson.JsonNode node)
Creates a unique value from a JSON node. |
|
UniqueValueInfo(Object[] value,
Symbol symbol)
Creates a unique value. |
Method Summary | |
---|---|
String |
getDescription()
Gets the description for this unique value. |
String |
getLabel()
Gets the label for this unique value. |
Symbol |
getSymbol()
Gets the symbol associated with this unique value. |
Object[] |
getValue()
Gets the values. |
void |
setValue(Object[] value)
Sets the values to be used. |
String |
toJson(String delimiter)
Converts to a JSON string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniqueValueInfo(Object[] value, Symbol symbol)
value
- Array of values.symbol
- The associated symbol.public UniqueValueInfo(org.codehaus.jackson.JsonNode node) throws Exception
node
- The JSON node.
Exception
Method Detail |
---|
public void setValue(Object[] value)
value
- Array of values.public Object[] getValue()
public Symbol getSymbol()
public String getLabel()
public String getDescription()
public String toJson(String delimiter) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |