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

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

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

Fields in com.esri.android.map.ags declared as ArcGISFeatureLayer.MODE
 ArcGISFeatureLayer.MODE ArcGISFeatureLayer.Options.mode
          Specify the layers mode of operation.
 

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

Constructors in com.esri.android.map.ags with parameters of type ArcGISFeatureLayer.MODE
ArcGISFeatureLayer(String url, ArcGISFeatureLayer.MODE mode)
          The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code (see the class description for an example of this usage).
ArcGISFeatureLayer(String url, ArcGISFeatureLayer.MODE mode, UserCredentials credentials)
          The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String url, String layerDefinition, ArcGISFeatureLayer.MODE mode)
          The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String url, String layerDefinition, ArcGISFeatureLayer.MODE mode, boolean initLayer)
          The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code (see the class description for an example of this usage).
 



Copyright © 2012. All Rights Reserved.