Packagecom.esri.aws.services
Classpublic class Layer

Layer is used to create the displayLayers array with MapImageOptions object. MapImageOptions is used to creates the SOAP request object for MapImageService.



Public Properties
 PropertyDefined by
  name : String
The name of the layer.
Layer
  visibility : Boolean
The visibility of the layer.
Layer
Property detail
nameproperty
public var name:String

The name of the layer.

visibilityproperty 
public var visibility:Boolean

The visibility of the layer. Valid values when used in the object MapImageOptions are "on" or "off". Default maintains the default behavior of the layer, for example, on at certain scales and off at certain scales. A map layer with a visibility value of "on" will not appear at all extents.