| Package | com.esri.ags.layers.supportClasses |
| Class | public class WMSLayerInfo |
| Inheritance | WMSLayerInfo flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.1 |
See also
| Property | Defined By | ||
|---|---|---|---|
| abstract : String
Gets the abstract of the layer. | WMSLayerInfo | ||
| extent : Extent
Gets the extent of the layer. | WMSLayerInfo | ||
| name : String
Gets the name of the layer. | WMSLayerInfo | ||
| subLayers : Array
Gets the sub layers. | WMSLayerInfo | ||
| title : String
Gets the title of the layer. | WMSLayerInfo | ||
| abstract | property |
abstract:StringGets the abstract of the layer.
This property can be used as the source for data binding.
public function get abstract():String public function set abstract(value:String):void| extent | property |
extent:ExtentGets the extent of the layer.
This property can be used as the source for data binding.
public function get extent():Extent public function set extent(value:Extent):void| name | property |
name:StringGets the name of the layer.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| subLayers | property |
subLayers:ArrayGets the sub layers. These are also instances of WMSLayerInfo.
This property can be used as the source for data binding.
public function get subLayers():Array public function set subLayers(value:Array):void| title | property |
title:StringGets the title of the layer.
This property can be used as the source for data binding.
public function get title():String public function set title(value:String):void