| Package | com.esri.aws.services |
| Class | public class ThematicData |
| Property | Defined by | ||
|---|---|---|---|
| data : Array
Contains key-value pairs for geographic FIPS codes and values used in thematic mapping.
| ThematicData | ||
| precision : int
Contains the number of digits after the decimal place to display for the data values in the map legend.
| ThematicData | ||
| sign : String
Contains the symbol to apply to the thematic data values, for example, "dollar" or "percent" in the map legend.
| ThematicData | ||
| data | property |
public var data:ArrayContains key-value pairs for geographic FIPS codes and values used in thematic mapping. When used in the method getCustomThematicMap, the value parameter corresponds to the data itself. When used in the method getValueMap, the value parameter corresponds to the key parameter of input codeColorValues:KeyValue.
| precision | property |
public var precision:intContains the number of digits after the decimal place to display for the data values in the map legend. The range of valid values is between "0" and "5". The value of integer and string data is "0".
| sign | property |
public var sign:StringContains the symbol to apply to the thematic data values, for example, "dollar" or "percent" in the map legend.