| Package | com.esri.bacore.adapters |
| Class | public class BaseGeographiesQueryAdapter |
| Inheritance | BaseGeographiesQueryAdapter ConfigurableTaskAdapter Object |
| Implements | IGeographiesQueryAdapter |
| Subclasses | GeographiesQueryAdapter, GeographiesQueryAdapter |
| Since : | Community Analyst API for Flex 2.2. |
| Property | Defined By | ||
|---|---|---|---|
| countryGeographyFeature : IGeographyFeature [write-only] | BaseGeographiesQueryAdapter | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the BaseGeographiesQueryAdapter class. | BaseGeographiesQueryAdapter | ||
![]() |
Configures this adapter with the client and additional settings. | ConfigurableTaskAdapter | |
execute(query:GeographiesQuery, responder:IResponder):void
Executes a geography features query. | BaseGeographiesQueryAdapter | ||
| countryGeographyFeature | property |
countryGeographyFeature:IGeographyFeature [write-only] public function set countryGeographyFeature(value:IGeographyFeature):void| BaseGeographiesQueryAdapter | () | Constructor |
public function BaseGeographiesQueryAdapter()Creates a new instance of the BaseGeographiesQueryAdapter class.
| execute | () | method |
public function execute(query:GeographiesQuery, responder:IResponder):voidExecutes 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