|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserCredentials | |
|---|---|
| com.esri.android.map | Provides classes for all the different elements of a map. |
| com.esri.android.map.ags | Contains the classes for the available map layer types. |
| com.esri.android.map.bing | Provides classes used to consume Bing Maps services and maps. |
| com.esri.android.map.event | Provides interface classes used to handle events from maps and popups. |
| com.esri.core.io | Contains convenience classes that provide a way to display results returned from identify operations. |
| com.esri.core.map.popup | Contains classes that are used to define popups on the map. |
| com.esri.core.portal | Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. |
| com.esri.core.tasks.ags.geocode | Contains classes for consuming geocode services and parsing the results. |
| com.esri.core.tasks.ags.geoprocessing | Contains classes for connecting to geoprocessing services and parsing the results. |
| com.esri.core.tasks.ags.identify | Contains classes for defining identify operations that are executed on an ArcGIS Server. |
| com.esri.core.tasks.ags.query | Contains classes for defining queries that are executed on an ArcGIS Server. |
| Uses of UserCredentials in com.esri.android.map |
|---|
| Fields in com.esri.android.map declared as UserCredentials | |
|---|---|
protected UserCredentials |
Layer.credentials
Gets the direct access of the credentials; You can access the credentials by the Layer.getCredentials() or
Layer.setCredentials(UserCredentials); but those two methods copy the instance internally. |
| Methods in com.esri.android.map that return UserCredentials | |
|---|---|
UserCredentials |
Layer.getCredentials()
Gets a copy of the credentials attached to the Layer. |
| Methods in com.esri.android.map with parameters of type UserCredentials | |
|---|---|
void |
Layer.reinitializeLayer(UserCredentials usercredentials)
Re-initializes the layer with the given credentials. |
protected void |
Layer.setCredentials(UserCredentials credentials)
Sets the credentials of the Layer. |
| Uses of UserCredentials in com.esri.android.map.ags |
|---|
| Methods in com.esri.android.map.ags with parameters of type UserCredentials | |
|---|---|
void |
ArcGISLocalTiledLayer.reinitializeLayer(UserCredentials usercredentials)
Re-initializes the layer. |
| Constructors in com.esri.android.map.ags with parameters of type UserCredentials | |
|---|---|
ArcGISDynamicMapServiceLayer(String url,
int[] visiblelayers,
int[] invisibleLegendLayers,
UserCredentials credentials,
boolean initLayer)
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer. |
|
ArcGISDynamicMapServiceLayer(String url,
int[] visiblelayers,
UserCredentials credentials)
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer. |
|
ArcGISDynamicMapServiceLayer(String url,
int[] visiblelayers,
UserCredentials credentials,
boolean initLayer)
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer. |
|
ArcGISFeatureLayer(String url,
ArcGISFeatureLayer.MODE mode,
UserCredentials credentials)
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code. |
|
ArcGISFeatureLayer(String url,
ArcGISFeatureLayer.Options layerOption,
UserCredentials credentials)
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code. |
|
ArcGISImageServiceLayer(String url,
ImageServiceParameters options,
UserCredentials credentials)
This constructor is used if you're instantiating the ArcGISImageServiceLayer (see the class description for an example of this usage). |
|
ArcGISImageServiceLayer(String url,
ImageServiceParameters options,
UserCredentials credentials,
boolean initLayer)
This constructor is used if you instantiate an ArcGISImageServiceLayer object. |
|
ArcGISTiledMapServiceLayer(String url,
UserCredentials credentials)
This constructor is used if you're instantiating the ArcGISTiledMapServiceLayer using Java code. |
|
ArcGISTiledMapServiceLayer(String url,
UserCredentials credentials,
boolean initLayer)
Instantiates an object of ArcGISTiledMapServiceLayer. |
|
| Uses of UserCredentials in com.esri.android.map.bing |
|---|
| Methods in com.esri.android.map.bing with parameters of type UserCredentials | |
|---|---|
void |
BingMapsLayer.reinitializeLayer(UserCredentials usercredentials)
This method has no impact on the BingMapsLayer. |
| Uses of UserCredentials in com.esri.android.map.event |
|---|
| Methods in com.esri.android.map.event that return types with arguments of type UserCredentials | |
|---|---|
MapLoadAction<UserCredentials> |
OnWebMapLoadListener.onWebMapLoadError(MapView source,
WebMap webmap,
WebMapLayer wmlayer,
Layer layer,
Throwable error,
UserCredentials credentials)
Implements this method to handle WebMap loading errors. |
| Methods in com.esri.android.map.event with parameters of type UserCredentials | |
|---|---|
void |
OnWebMapLoadListener.onWebMapLayerAdd(MapView source,
WebMap webmap,
WebMapLayer wmlayer,
Layer layer,
UserCredentials credentials)
Implements this method to handle the event when adding a WebMapLayer to a MapView. |
MapLoadAction<UserCredentials> |
OnWebMapLoadListener.onWebMapLoadError(MapView source,
WebMap webmap,
WebMapLayer wmlayer,
Layer layer,
Throwable error,
UserCredentials credentials)
Implements this method to handle WebMap loading errors. |
| Uses of UserCredentials in com.esri.core.io |
|---|
| Methods in com.esri.core.io that return UserCredentials | |
|---|---|
UserCredentials |
UserCredentials.getCopy()
Returns a copy of the instance. |
| Constructors in com.esri.core.io with parameters of type UserCredentials | |
|---|---|
UserCredentials(UserCredentials other)
Instantiates a copy of the given credential. |
|
| Uses of UserCredentials in com.esri.core.map.popup |
|---|
| Methods in com.esri.core.map.popup that return UserCredentials | |
|---|---|
static UserCredentials |
PopupInfoUtil.getCredential(PopupInfo popupinfo)
Gets the credential. |
| Methods in com.esri.core.map.popup with parameters of type UserCredentials | |
|---|---|
static void |
PopupInfoUtil.setCredential(PopupInfo popupinfo,
UserCredentials credential)
Sets the credential. |
| Uses of UserCredentials in com.esri.core.portal |
|---|
| Methods in com.esri.core.portal that return UserCredentials | |
|---|---|
UserCredentials |
WebMap.getCredentials()
Returns the user credentials using on this webmap object. |
UserCredentials |
Portal.getCredentials()
Returns a copy of the user credentials set on this portal object. |
| Constructors in com.esri.core.portal with parameters of type UserCredentials | |
|---|---|
Portal(String url,
String sharingURL,
UserCredentials credentials)
Instantiates an object of Portal. |
|
Portal(String url,
UserCredentials credentials)
Instantiates an object of Portal. |
|
| Uses of UserCredentials in com.esri.core.tasks.ags.geocode |
|---|
| Constructors in com.esri.core.tasks.ags.geocode with parameters of type UserCredentials | |
|---|---|
Locator(String url,
UserCredentials credentials)
Constructor accepting the URL of a Geocode service. |
|
| Uses of UserCredentials in com.esri.core.tasks.ags.geoprocessing |
|---|
| Constructors in com.esri.core.tasks.ags.geoprocessing with parameters of type UserCredentials | |
|---|---|
Geoprocessor(String serviceUrl,
UserCredentials credentials)
Initializes the Geoprocessor object using the geoprocessing service URL and credentials. |
|
| Uses of UserCredentials in com.esri.core.tasks.ags.identify |
|---|
| Constructors in com.esri.core.tasks.ags.identify with parameters of type UserCredentials | |
|---|---|
IdentifyTask(String url,
UserCredentials credentials)
constructor taking in a identify service URL and user credentials. |
|
| Uses of UserCredentials in com.esri.core.tasks.ags.query |
|---|
| Constructors in com.esri.core.tasks.ags.query with parameters of type UserCredentials | |
|---|---|
QueryTask(String url,
UserCredentials credentials)
Instantiates a new query task. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||