Packagecom.esri.aws.services
Classpublic class ThematicData

Contains data and legend information for a custom thematic map.



Public Properties
 PropertyDefined 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
Property detail
dataproperty
public var data:Array

Contains 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.

precisionproperty 
public var precision:int

Contains 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".

signproperty 
public var sign:String

Contains the symbol to apply to the thematic data values, for example, "dollar" or "percent" in the map legend.