Packagecom.esri.bacore.thematicmapping
Classpublic class TMLayerChangedEvent
InheritanceTMLayerChangedEvent Inheritance flash.events.Event

The TMLayerChangedEvent is dispatched when a thematic layer is updated.



Public Properties
 PropertyDefined By
  attributesChanged : Boolean
[read-only] True if feature attributes are changed.
TMLayerChangedEvent
  classificationChanged : Boolean
[read-only] True if classification of features is changed.
TMLayerChangedEvent
  geometryChanged : Boolean
[read-only] True if the collection of features is changed.
TMLayerChangedEvent
  rendererChanged : Boolean
[read-only] True if renderer of features is changed.
TMLayerChangedEvent
  symbolizationChanged : Boolean
[read-only] True if symbolization provider is changed.
TMLayerChangedEvent
  tmValueChanged : Boolean
[read-only] True if thematic mapping value of features is changed.
TMLayerChangedEvent
Public Methods
 MethodDefined By
  
clone():Event
[override] Creates a clone of the event.
TMLayerChangedEvent
  
toString():String
[override] Gets the description of the event.
TMLayerChangedEvent
Public Constants
 ConstantDefined By
  CHANGED : String = tmLayerChanged
[static] The TMLayerChangedEvent.CHANGED constant defines the value of the type property of the event object for a tmLayerChanged event.
TMLayerChangedEvent
Property Detail
attributesChangedproperty
attributesChanged:Boolean  [read-only]

True if feature attributes are changed.


Implementation
    public function get attributesChanged():Boolean
classificationChangedproperty 
classificationChanged:Boolean  [read-only]

True if classification of features is changed.


Implementation
    public function get classificationChanged():Boolean
geometryChangedproperty 
geometryChanged:Boolean  [read-only]

True if the collection of features is changed.


Implementation
    public function get geometryChanged():Boolean
rendererChangedproperty 
rendererChanged:Boolean  [read-only]

True if renderer of features is changed.


Implementation
    public function get rendererChanged():Boolean
symbolizationChangedproperty 
symbolizationChanged:Boolean  [read-only]

True if symbolization provider is changed.


Implementation
    public function get symbolizationChanged():Boolean
tmValueChangedproperty 
tmValueChanged:Boolean  [read-only]

True if thematic mapping value of features is changed.


Implementation
    public function get tmValueChanged():Boolean
Method Detail
clone()method
override public function clone():Event

Creates a clone of the event.

Returns
Event — Shallow copy of the event.
toString()method 
override public function toString():String

Gets the description of the event.

Returns
String — String representation of the event.
Constant Detail
CHANGEDConstant
public static const CHANGED:String = tmLayerChanged

The TMLayerChangedEvent.CHANGED constant defines the value of the type property of the event object for a tmLayerChanged event.

The properties of the event object have the following values:

PropertyValue
attributesChangedWhether feature attributes are changed or not.
babblesfalse
cancelablefalse
classificationChangedWhether classification of features is changed or not.
currentTargetThe Object that defines the event listener that handles the event.
geometryChangedWhether collection of features is changed or not.
rendererChangedWhether coloring of features is changed or not.
symbolizationChangedWhether symbolization provider is changed or not.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
tmValueChangedWhether thematic mapping value is changed or not.