com.esri.adf.web.ags.data.query
Class AGSIdentifyCriteriaHandler

java.lang.Object
  extended by com.esri.adf.web.ags.data.query.AGSIdentifyCriteriaHandler
All Implemented Interfaces:
QueryCriteriaHandler, Serializable

public class AGSIdentifyCriteriaHandler
extends Object
implements QueryCriteriaHandler, Serializable

See Also:
Serialized Form

Constructor Summary
AGSIdentifyCriteriaHandler()
           
 
Method Summary
 List<QueryResult> handleCriteria(QueryCriteria criteria, List<? extends WebLayerInfo> webLayerInfos, WebQuery webQuery, QueryFunctionality queryFunc)
          All query handler should implement this method to support query on the given functionality.
protected  List<QueryResult> identify(IdentifyCriteria criteria, List<? extends WebLayerInfo> webLayerInfos, WebQuery webQuery, AGSQueryFunctionality agsQueryFunc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGSIdentifyCriteriaHandler

public AGSIdentifyCriteriaHandler()
Method Detail

handleCriteria

public List<QueryResult> handleCriteria(QueryCriteria criteria,
                                        List<? extends WebLayerInfo> webLayerInfos,
                                        WebQuery webQuery,
                                        QueryFunctionality queryFunc)
Description copied from interface: QueryCriteriaHandler
All query handler should implement this method to support query on the given functionality.

Specified by:
handleCriteria in interface QueryCriteriaHandler
Parameters:
criteria - a criteria object, defines query condition.
webLayerInfos - the layers to query.
webQuery - the web query object, an attribute of WebContext.
queryFunc - query functionality which performs the query.
Returns:
the QueryResult in a list.

identify

protected List<QueryResult> identify(IdentifyCriteria criteria,
                                     List<? extends WebLayerInfo> webLayerInfos,
                                     WebQuery webQuery,
                                     AGSQueryFunctionality agsQueryFunc)
Parameters:
criteria - IdentifyCriteria
webLayerInfos - List
webQuery - WebQuery
agsQueryFunc - AGSQueryFunctionality
Returns:
the identify result(s) returned from the ArcGIS Server