Packagecom.esri.ags.layers.supportClasses
Classpublic class KMLScreenOverlay
InheritanceKMLScreenOverlay Inheritance flash.events.EventDispatcher

The KMLScreenOverlay class provides details about a KML screen overlay.

See also

com.esri.ags.layers.KMLLayer


Public Properties
 PropertyDefined By
  description : String
KML screen overlay description.
KMLScreenOverlay
  href : String
URL to screen overlay image.
KMLScreenOverlay
  id : Number
The id of the KML screen overlay.
KMLScreenOverlay
  name : String
The name of the KML screen overlay.
KMLScreenOverlay
  rotation : Number
Rotation
KMLScreenOverlay
  snippet : String
Short snippet describing the KML screen overlay.
KMLScreenOverlay
  visible : Boolean
The KML screen overlay visibility.
KMLScreenOverlay
Property Detail
descriptionproperty
description:String

KML screen overlay description.

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


Implementation
    public function get description():String
    public function set description(value:String):void
hrefproperty 
href:String

URL to screen overlay image.

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


Implementation
    public function get href():String
    public function set href(value:String):void
idproperty 
id:Number

The id of the KML screen overlay.

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


Implementation
    public function get id():Number
    public function set id(value:Number):void
nameproperty 
name:String

The name of the KML screen overlay.

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


Implementation
    public function get name():String
    public function set name(value:String):void
rotationproperty 
rotation:Number

Rotation

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


Implementation
    public function get rotation():Number
    public function set rotation(value:Number):void
snippetproperty 
snippet:String

Short snippet describing the KML screen overlay.

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


Implementation
    public function get snippet():String
    public function set snippet(value:String):void
visibleproperty 
visible:Boolean

The KML screen overlay visibility.

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


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void