Packagecom.esri.aws.services
Classpublic class ThematicReportOptions

Contains parameters for a thematic map report.



Public Properties
 PropertyDefined by
  classificationMethod : String
The classification method for how the thematic data classes are divided.
ThematicReportOptions
  colorPalette : String
The color ramp for the class breaks.
ThematicReportOptions
  geographyLevel : String
The geographic level in which the map report displays.
ThematicReportOptions
  numClasses : int
The number of classes into which the data is classified.
ThematicReportOptions
Property detail
classificationMethodproperty
public var classificationMethod:String

The classification method for how the thematic data classes are divided. Valid values are "equalInterval" or "quantile". The equal interval method divides the number of classes into equal intervals, regardless of how many members each class contains. The quantile method divides the number of classes so each class contains the same number of members, regardless of the interval range. classificationMethod is ignored if you use codeColorValues.

NOTE: Ranges are "lower <= value < upper", meaning that if a range says "2-3", it includes records with "2", but not "3".

The default value is "equalInterval".

colorPaletteproperty 
public var colorPalette:String

The color ramp for the class breaks. Valid values are "blue", "coolToWarm", "coldToHot", "green", "grey", "orange", or "red".

The default value is "red".

geographyLevelproperty 
public var geographyLevel:String

The geographic level in which the map report displays. Valid values are "blockgroup", "county", "state", "tract", or "zip". Default value is the most detailed geography level for the given extent.

numClassesproperty 
public var numClasses:int

The number of classes into which the data is classified. Valid values are "2", "3", "4", "5", "6", or "7".

The default value is 2.