Packagecom.esri.bacore.thematicmapping.extensionClasses
Classpublic class TMHighlightFilter
InheritanceTMHighlightFilter Inheritance Highlighter Inheritance TMLayerComponent Inheritance flash.events.EventDispatcher

The TMHighlightFilter provides highlighting of thematic layer features by filter criteria.



Public Properties
 PropertyDefined By
  filter : IAttributesFilter
Highlight filter to be applied to graphic features of TMLayer.
TMHighlightFilter
 InheritedhighlightSymbol : Symbol
Symbol to highlight graphic items with.
Highlighter
 Inheritedlayer : TMLayer
Thematic layer associated with this extension object.
TMLayerComponent
 Inheritedpriority : int
Highlighting operation priority.
Highlighter
Public Methods
 MethodDefined By
  
Initializes a new instance of the TMHighlightFilter class.
TMHighlightFilter
 Inherited
Updates highlighting of features of the thematic layer associated with this instance.
Highlighter
Protected Methods
 MethodDefined By
 Inherited
makeHighlightSymbol(currentSymbol:Symbol):Symbol
Makes a highlight symbol from a current symbol and the highlightSymbol property value.
Highlighter
 Inherited
update(items:Object, layer:TMLayer):void
[static] Updates symbols for given items.
Highlighter
Events
 Event Summary Defined By
 InheritedThe propertyChange event is dispatched when a property of thematic layer component is changed.TMLayerComponent
Property Detail
filterproperty
filter:IAttributesFilter

Highlight filter to be applied to graphic features of TMLayer. Graphic features which exactly match to filter criteria are highlighted.

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


Implementation
    public function get filter():IAttributesFilter
    public function set filter(value:IAttributesFilter):void
Constructor Detail
TMHighlightFilter()Constructor
public function TMHighlightFilter()

Initializes a new instance of the TMHighlightFilter class.