Packagecom.esri.bacore.adapters
Classpublic class BaseGeographiesQueryAdapter
InheritanceBaseGeographiesQueryAdapter Inheritance ConfigurableTaskAdapter Inheritance Object
Implements IGeographiesQueryAdapter
Subclasses GeographiesQueryAdapter, GeographiesQueryAdapter

Since : Community Analyst API for Flex 2.2.

The BaseGeographiesQueryAdapter class provides the base abstract implementation of IGeographiesQueryAdapter interface.



Public Properties
 PropertyDefined By
  countryGeographyFeature : IGeographyFeature
[write-only]
BaseGeographiesQueryAdapter
Public Methods
 MethodDefined By
  
Creates a new instance of the BaseGeographiesQueryAdapter class.
BaseGeographiesQueryAdapter
 Inherited
configure(client:AbstractClient, settings:TaskAdapterConfiguration = null):void
Configures this adapter with the client and additional settings.
ConfigurableTaskAdapter
  
execute(query:GeographiesQuery, responder:IResponder):void
Executes a geography features query.
BaseGeographiesQueryAdapter
Protected Methods
 MethodDefined By
 Inherited
Configures the internal task with the given client class.
ConfigurableTaskAdapter
Property Detail
countryGeographyFeatureproperty
countryGeographyFeature:IGeographyFeature  [write-only]


Implementation
    public function set countryGeographyFeature(value:IGeographyFeature):void
Constructor Detail
BaseGeographiesQueryAdapter()Constructor
public function BaseGeographiesQueryAdapter()

Creates a new instance of the BaseGeographiesQueryAdapter class.

Method Detail
execute()method
public function execute(query:GeographiesQuery, responder:IResponder):void

Executes a geography features query.

The responder.fault method receives a parameter of the FaultEvent type and responder.result method receives a parameter of the BATaskCompletedEvent type whose result property contains an array of IGeographyFeature type items.

Parameters

query:GeographiesQuery — Geography features query.
 
responder:IResponder — A responder to handle results.

See also

IGeographyFeature