java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.esri.android.map.ags.ArcGISFeatureLayer.SELECTION_METHOD |
The modes used for the select features method.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArcGISFeatureLayer.SELECTION_METHOD | ADD | Adds features to the current selection set. | |||||||||
ArcGISFeatureLayer.SELECTION_METHOD | NEW | Creates a new selection. | |||||||||
ArcGISFeatureLayer.SELECTION_METHOD | SUBTRACT | Removes features from the current selection. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static ArcGISFeatureLayer.SELECTION_METHOD | valueOf(String name) | ||||||||||
final static SELECTION_METHOD[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adds features to the current selection set.
Removes features from the current selection.