| Package | com.esri.ags.layers.supportClasses |
| Class | public class LayerLegendInfo |
| Inheritance | LayerLegendInfo flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| layerId : String
The layer id. | LayerLegendInfo | ||
| layerLegendInfos : Array
Collection of LayerLegendInfos for this layer legend. | LayerLegendInfo | ||
| layerName : String
The layer name. | LayerLegendInfo | ||
| layerType : String
The layer type. | LayerLegendInfo | ||
| legendItemInfos : Array
Collection of legend items for the layer
| LayerLegendInfo | ||
| maxScale : Number
The maximum scale of the layer as specified in the Service Directory. | LayerLegendInfo | ||
| minScale : Number
The minimum scale of the layer as specified in the Service Directory. | LayerLegendInfo | ||
| visible : Boolean
Whether or not the legend info is visible. | LayerLegendInfo | ||
| layerId | property |
layerId:StringThe layer id.
This property can be used as the source for data binding.
public function get layerId():String public function set layerId(value:String):void| layerLegendInfos | property |
layerLegendInfos:ArrayCollection of LayerLegendInfos for this layer legend.
This property can be used as the source for data binding.
public function get layerLegendInfos():Array public function set layerLegendInfos(value:Array):void| layerName | property |
layerName:StringThe layer name.
This property can be used as the source for data binding.
public function get layerName():String public function set layerName(value:String):void| layerType | property |
layerType:StringThe layer type.
This property can be used as the source for data binding.
public function get layerType():String public function set layerType(value:String):void| legendItemInfos | property |
legendItemInfos:ArrayCollection of legend items for the layer
This property can be used as the source for data binding.
public function get legendItemInfos():Array public function set legendItemInfos(value:Array):void| maxScale | property |
maxScale:NumberThe maximum scale of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get maxScale():Number public function set maxScale(value:Number):void| minScale | property |
minScale:NumberThe minimum scale of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get minScale():Number public function set minScale(value:Number):void| visible | property |
visible:Boolean| Since : | ArcGIS API for Flex 2.4 |
Whether or not the legend info is visible.
This property can be used as the source for data binding.
public function get visible():Boolean public function set visible(value:Boolean):void