Uses of Class
com.esri.core.portal.WebMapLayer

Packages that use WebMapLayer
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
com.esri.map   
 

Uses of WebMapLayer in com.esri.core.portal
 

Methods in com.esri.core.portal that return WebMapLayer
protected static WebMapLayer WebMapLayer.fromJson(org.codehaus.jackson.JsonParser parser)
          Constructs and sets the internal state of this WebMapLayer from a response received from the server.
 

Methods in com.esri.core.portal that return types with arguments of type WebMapLayer
 List<WebMapLayer> BaseMap.getBaseMapLayers()
          Returns all base map layers.
 List<WebMapLayer> WebMap.getOperationalLayers()
          Returns the operational layers of this WebMap.
 

Uses of WebMapLayer in com.esri.map
 

Methods in com.esri.map with parameters of type WebMapLayer
protected  void WebMap.handleMapServerLayer(WebMapLayer webMapLayer, String url)
          Handle a map server layer.
<T> com.esri.map.InteractiveTask.InteractiveTaskResult<T>
WebMap.loadServiceInfo(com.esri.core.internal.tasks.Task<T> task, WebMapLayer wmlayer)
           
 void OnWebMapLoadListener.onWebMapLayerAdd(WebMap webmap, WebMapLayer wmlayer, Layer layer, UserCredentials credentials)
          Implements this method to handle the event when a WebMapLayer is added to a MapView and initialized.
 MapLoadAction<UserCredentials> OnWebMapLoadListener.onWebMapLoadError(WebMap webmap, WebMapLayer wmlayer, Layer layer, Throwable error, UserCredentials credentials)
          Implements this method to handle WebMap loading errors.
 



Copyright © 2012. All Rights Reserved.