Packagecom.esri.baserver.adapters
Classpublic class ThematicQueryTaskAdapter
InheritanceThematicQueryTaskAdapter Inheritance BaseThematicQueryTaskAdapter Inheritance ConfigurableTaskAdapter Inheritance Object

Since : Community Analyst API for Flex 2.2.

The ThematicQueryTaskAdapter class implements BaseThematicQueryTaskAdapter for Business Analyst Server.



Public Properties
 PropertyDefined By
  dataHierarchy : String
Name of a data hierarchy used for summarization.
ThematicQueryTaskAdapter
Public Methods
 MethodDefined By
  
Creates a new instance of the ThematicQueryTaskAdapter class.
ThematicQueryTaskAdapter
 Inherited
configure(client:AbstractClient, settings:TaskAdapterConfiguration = null):void
Configures this adapter with the client and additional settings.
ConfigurableTaskAdapter
 Inherited
execute(geographyLayerInfo:IGeographyLayerInfo, query:Query, responder:IResponder):Boolean
Executes a query for the given layer if the layer is owned by this task.
BaseThematicQueryTaskAdapter
 Inherited
initialize(responder:IResponder):void
Initializes the query task.
BaseThematicQueryTaskAdapter
Property Detail
dataHierarchyproperty
dataHierarchy:String

Name of a data hierarchy used for summarization. If this property value is null or empty, the default data hierarchy is used. List of available data hierarchies can be retrieved with Get Data Hierarchies task.


Implementation
    public function get dataHierarchy():String
    public function set dataHierarchy(value:String):void

See also

Constructor Detail
ThematicQueryTaskAdapter()Constructor
public function ThematicQueryTaskAdapter()

Creates a new instance of the ThematicQueryTaskAdapter class.