| Package | com.esri.aws.services |
| Class | public class ThematicReportOptions |
| Property | Defined 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 | ||
| classificationMethod | property |
public var classificationMethod:StringThe 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".
| colorPalette | property |
public var colorPalette:StringThe color ramp for the class breaks. Valid values are "blue", "coolToWarm", "coldToHot", "green", "grey", "orange", or "red".
The default value is "red".
| geographyLevel | property |
public var geographyLevel:StringThe 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.
| numClasses | property |
public var numClasses:intThe number of classes into which the data is classified. Valid values are "2", "3", "4", "5", "6", or "7".
The default value is 2.