| Package | com.esri.aws.awx.map.layers |
| Interface | public interface ILayer extends flash.events.IEventDispatcher |
| Subinterfaces | IGroupLayer, IStaticLayer |
| Implementors | MapImageGroupLayer, VectorGroupLayer |
| Property | Defined by | ||
|---|---|---|---|
| alpha : Number
The transparency value of the layer.
| ILayer | ||
| icon : Class
The icon that represents this layer.
| ILayer | ||
| id : String
The layer identifier.
| ILayer | ||
| label : String
The label of the layer.
| ILayer | ||
| layerStyle : IStyle
The style of the layer.
| ILayer | ||
| map : IMap
[read-only]
The reference to the parent map container.
| ILayer | ||
| style : IStyle
DEPRECATED
| ILayer | ||
| supportedProjections : Array [read-only]
The array of supported projections for this groupLayer.
| ILayer | ||
| visible : Boolean
If true, the layer is visible.
| ILayer | ||
| Method | Defined by | ||
|---|---|---|---|
|
getUIComponent():UIComponent
The layer's UIComponent.
| ILayer | ||
| alpha | property |
alpha:Number [read-write]The transparency value of the layer. Value should be between 0 and 1.
Implementation public function get alpha():Number
public function set alpha(value:Number):void
| icon | property |
icon:Class [read-write]The icon that represents this layer.
Implementation public function get icon():Class
public function set icon(value:Class):void
| id | property |
id:String [read-write]The layer identifier.
Implementation public function get id():String
public function set id(value:String):void
| label | property |
label:String [read-write]The label of the layer.
Implementation public function get label():String
public function set label(value:String):void
| layerStyle | property |
layerStyle:IStyle [read-write]The style of the layer.
Implementation public function get layerStyle():IStyle
public function set layerStyle(value:IStyle):void
See also
| map | property |
map:IMap [read-only]The reference to the parent map container.
Implementation public function get map():IMap
| style | property |
style:IStyle [read-write]DEPRECATED
Implementation public function get style():IStyle
public function set style(value:IStyle):void
See also
| supportedProjections | property |
supportedProjections:Array [read-only]The array of supported projections for this groupLayer.
Implementation public function get supportedProjections():Array
| visible | property |
visible:Boolean [read-write]If true, the layer is visible.
Implementation public function get visible():Boolean
public function set visible(value:Boolean):void
| getUIComponent | () | method |
public function getUIComponent():UIComponentThe layer's UIComponent. Typically this will be itself.
ReturnsUIComponent |