| Package | com.esri.bacore.adapters | 
| Interface | public interface IGeographiesQueryAdapter | 
| Implementors | BaseGeographiesQueryAdapter | 
| Since : | Community Analyst API for Flex 2.2. | 
| Method | Defined By | ||
|---|---|---|---|
execute(query:GeographiesQuery, responder:IResponder):void 
		 Executes a geography features query.  | IGeographiesQueryAdapter | ||
| 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