Uses of Class
com.esri.android.map.ags.ArcGISFeatureLayer.SELECTION_METHOD

Packages that use ArcGISFeatureLayer.SELECTION_METHOD
com.esri.android.map.ags Contains the classes for the available map layer types. 
 

Uses of ArcGISFeatureLayer.SELECTION_METHOD in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return ArcGISFeatureLayer.SELECTION_METHOD
static ArcGISFeatureLayer.SELECTION_METHOD ArcGISFeatureLayer.SELECTION_METHOD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArcGISFeatureLayer.SELECTION_METHOD[] ArcGISFeatureLayer.SELECTION_METHOD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2012. All Rights Reserved.