| Package | com.esri.aws.awx.map.layers |
| Class | public class ThematicGroupLayer |
| Inheritance | ThematicGroupLayer MapImageGroupLayer com.esri.aws.awx.map.layers.BaseMapLayer |
See also
| Property | Defined by | ||
|---|---|---|---|
| classColors : Array
The array of RGB color values.
| ThematicGroupLayer | ||
| classificationMethod : String
The classification method for how the thematic data classes are divided.
| ThematicGroupLayer | ||
| classLabels : Array
The labels for each class in the legend.
| ThematicGroupLayer | ||
| codeColorValues : Array | ThematicGroupLayer | ||
| colorPalette : String
The array of RGB color values.
| ThematicGroupLayer | ||
![]() | dataSource : String
The map data source.
| MapImageGroupLayer | |
![]() | layerVisibilities : Array
Write only property for setting the LayerVisibility if you know the layer names.
| MapImageGroupLayer | |
![]() | legendUrl : String
The map legend URL.
| MapImageGroupLayer | |
![]() | mapImageFormat : String
The image format of the map.
| MapImageGroupLayer | |
![]() | mapLegend : MapLegend
If set, the map legend URL will be available in
legendUrl property. | MapImageGroupLayer | |
![]() | mapStyle : String
Style sheet used in the map.
| MapImageGroupLayer | |
| numClasses : int
The number of classes into which the data is classified.
| ThematicGroupLayer | ||
![]() | returnLayerVisibilities : Boolean
If true, the LayerVisibilities will be requested with the map request.
| MapImageGroupLayer | |
| thematicData : ThematicData
| ThematicGroupLayer | ||
| thematicField : String
The variable to use for thematic mapping.
| ThematicGroupLayer | ||
| thematicOnlyLegend : Boolean
If true, only the thematic layers are shown in the legend.
| ThematicGroupLayer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new ThematicGroupLayer.
| ThematicGroupLayer | ||
![]() |
getLayerVisibilities(responder:IResponder):void
Getting layer visibilities can be an asynchronous process, so it requires a responder.
| MapImageGroupLayer | |
| classColors | property |
classColors:Array [read-write]The array of RGB color values.
This property can be used as the source for data binding.
Implementation public function get classColors():Array
public function set classColors(value:Array):void
| 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".
This property can be used as the source for data binding.
| classLabels | property |
classLabels:Array [read-write]The labels for each class in the legend. The order of the classLabels values needs to match the order of the legend.
This property can be used as the source for data binding.
Implementation public function get classLabels():Array
public function set classLabels(value:Array):void
| codeColorValues | property |
codeColorValues:Array [read-write]
This property can be used as the source for data binding.
Implementation public function get codeColorValues():Array
public function set codeColorValues(value:Array):void
| colorPalette | property |
colorPalette:String [read-write]The array of RGB color values.
This property can be used as the source for data binding.
Implementation public function get colorPalette():String
public function set colorPalette(value:String):void
| numClasses | property |
numClasses:int [read-write]The number of classes into which the data is classified. Valid values are "2", "3", "4", "5", "6", or "7".
This property can be used as the source for data binding.
Implementation public function get numClasses():int
public function set numClasses(value:int):void
| thematicData | property |
thematicData:ThematicData [read-write]
This property can be used as the source for data binding.
Implementation public function get thematicData():ThematicData
public function set thematicData(value:ThematicData):void
| thematicField | property |
thematicField:String [read-write]The variable to use for thematic mapping.
The default value is "APOVHH".
This property can be used as the source for data binding.
Implementation public function get thematicField():String
public function set thematicField(value:String):void
| thematicOnlyLegend | property |
thematicOnlyLegend:Boolean [read-write]If true, only the thematic layers are shown in the legend.
This property can be used as the source for data binding.
Implementation public function get thematicOnlyLegend():Boolean
public function set thematicOnlyLegend(value:Boolean):void
| ThematicGroupLayer | () | constructor |
public function ThematicGroupLayer()Creates a new ThematicGroupLayer. Requires MapImageActivator.