Uses of Class
com.esri.core.tasks.ags.query.Query

Packages that use Query
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.tasks.ags.query Contains classes for defining queries that are executed on an ArcGIS Server. 
 

Uses of Query in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags with parameters of type Query
 void ArcGISFeatureLayer.queryFeatures(Query query, CallbackListener<FeatureSet> callback)
          Query features from the feature layer.
 void ArcGISFeatureLayer.queryIds(Query query, CallbackListener<int[]> callback)
          Query for ObjectIds.
 void ArcGISFeatureLayer.selectFeatures(Query query, ArcGISFeatureLayer.SELECTION_METHOD selectionMethod, CallbackListener<FeatureSet> callback)
          Selects features from the feature layer.
 

Uses of Query in com.esri.core.tasks.ags.query
 

Methods in com.esri.core.tasks.ags.query with parameters of type Query
 FeatureSet QueryTask.execute(Query query)
          Execute the Query defined for this QueryTask and returns a FeatureSet containing the results
 



Copyright © 2012. All Rights Reserved.