Packagecom.esri.bacore.thematicmapping
Classpublic class TMLayerComponent
InheritanceTMLayerComponent Inheritance flash.events.EventDispatcher
Subclasses Highlighter, TMTooltipProvider, TMVisibilityFilter

The TMLayerComponent class is the base thematic extension class.



Public Properties
 PropertyDefined By
  layer : TMLayer
Thematic layer associated with this extension object.
TMLayerComponent
Public Methods
 MethodDefined By
  
TMLayerComponent(target:IEventDispatcher = null)
Initializes a new instance of the
TMLayerComponent
Protected Methods
 MethodDefined By
  
onLayerChanged(oldValue:TMLayer, newValue:TMLayer):void
Updates the state of object when associated thematic layer is changed.
TMLayerComponent
Events
 Event Summary Defined By
  The propertyChange event is dispatched when a property of thematic layer component is changed.TMLayerComponent
Property Detail
layerproperty
layer:TMLayer

Thematic layer associated with this extension object.

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


Implementation
    public function get layer():TMLayer
    public function set layer(value:TMLayer):void
Constructor Detail
TMLayerComponent()Constructor
public function TMLayerComponent(target:IEventDispatcher = null)

Initializes a new instance of the

Parameters
target:IEventDispatcher (default = null)

See also

Method Detail
onLayerChanged()method
protected function onLayerChanged(oldValue:TMLayer, newValue:TMLayer):void

Updates the state of object when associated thematic layer is changed.

Parameters

oldValue:TMLayer — An old thematic layer that was associated with this component.
 
newValue:TMLayer — A new thematic layer that is now associated with this component.

Event Detail
propertyChange Event
Event Object Type: mx.events.PropertyChangeEvent
PropertyChangeEvent.type property = mx.events.PropertyChangeEvent.PROPERTY_CHANGE

The propertyChange event is dispatched when a property of thematic layer component is changed.