Packagecom.esri.ags.layers.supportClasses
Classpublic class WMSLayerInfo
InheritanceWMSLayerInfo Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.1

WMS LayerInfo

See also

com.esri.ags.layers.WMSLayer.layerInfos


Public Properties
 PropertyDefined 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
Property Detail
abstractproperty
abstract:String

Gets the abstract of the layer.

This property can be used as the source for data binding.


Implementation
    public function get abstract():String
    public function set abstract(value:String):void
extentproperty 
extent:Extent

Gets the extent of the layer.

This property can be used as the source for data binding.


Implementation
    public function get extent():Extent
    public function set extent(value:Extent):void
nameproperty 
name:String

Gets the name of the layer.

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
subLayersproperty 
subLayers:Array

Gets the sub layers. These are also instances of WMSLayerInfo.

This property can be used as the source for data binding.


Implementation
    public function get subLayers():Array
    public function set subLayers(value:Array):void
titleproperty 
title:String

Gets the title of the layer.

This property can be used as the source for data binding.


Implementation
    public function get title():String
    public function set title(value:String):void