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

Packages that use ArcGISFeatureLayer.SELECTION_METHOD
com.esri.map   
 

Uses of ArcGISFeatureLayer.SELECTION_METHOD in com.esri.map
 

Methods in com.esri.map 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.map 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.