| Package | com.esri.bacore.thematicmapping |
| Class | public class TMLayerChangedEvent |
| Inheritance | TMLayerChangedEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
clone():Event [override]
Creates a clone of the event. | TMLayerChangedEvent | ||
toString():String [override]
Gets the description of the event. | TMLayerChangedEvent | ||
| Constant | Defined 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 | ||
| attributesChanged | property |
attributesChanged:Boolean [read-only] True if feature attributes are changed.
public function get attributesChanged():Boolean| classificationChanged | property |
classificationChanged:Boolean [read-only] True if classification of features is changed.
public function get classificationChanged():Boolean| geometryChanged | property |
geometryChanged:Boolean [read-only] True if the collection of features is changed.
public function get geometryChanged():Boolean| rendererChanged | property |
rendererChanged:Boolean [read-only] True if renderer of features is changed.
public function get rendererChanged():Boolean| symbolizationChanged | property |
symbolizationChanged:Boolean [read-only] True if symbolization provider is changed.
public function get symbolizationChanged():Boolean| tmValueChanged | property |
tmValueChanged:Boolean [read-only] True if thematic mapping value of features is changed.
public function get tmValueChanged():Boolean| clone | () | method |
override public function clone():EventCreates a clone of the event.
ReturnsEvent — Shallow copy of the event.
|
| toString | () | method |
override public function toString():StringGets the description of the event.
ReturnsString — String representation of the event.
|
| CHANGED | Constant |
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:
| Property | Value |
|---|---|
attributesChanged | Whether feature attributes are changed or not. |
babbles | false |
cancelable | false |
classificationChanged | Whether classification of features is changed or not. |
currentTarget | The Object that defines the event listener that handles the event. |
geometryChanged | Whether collection of features is changed or not. |
rendererChanged | Whether coloring of features is changed or not. |
symbolizationChanged | Whether symbolization provider is changed or not. |
target | The 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. |
tmValueChanged | Whether thematic mapping value is changed or not. |