|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebMap | |
|---|---|
| com.esri.core.internal.catalog | |
| 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 WebMap in com.esri.core.internal.catalog |
|---|
| Method parameters in com.esri.core.internal.catalog with type arguments of type WebMap | |
|---|---|
static void |
Catalog.getWebMap(Item item,
String username,
String password,
CallbackListener<WebMap> callbackListener)
|
static void |
Catalog.getWebMap(String address,
String itemId,
String username,
String password,
CallbackListener<WebMap> callbackListener)
|
| Uses of WebMap in com.esri.core.portal |
|---|
| Methods in com.esri.core.portal that return WebMap | |
|---|---|
static WebMap |
WebMap.newInstance(BaseMap basemap,
Envelope extent,
SpatialReference sr)
Creates a WebMap using a BaseMap and Extent. |
static WebMap |
WebMap.newInstance(org.codehaus.jackson.JsonParser parser,
Envelope extent,
SpatialReference sr)
Creates a WebMap using JSON data and Extent. |
static WebMap |
WebMap.newInstance(PortalItem portalitem)
Creates a WebMap using an PortalItem. |
static WebMap |
WebMap.newInstance(String itemId,
Portal portal)
Creates a WebMap using an Item's id obtained from a Portal. |
| Method parameters in com.esri.core.portal with type arguments of type WebMap | |
|---|---|
static void |
WebMap.newInstance(String itemId,
Portal portal,
CallbackListener<WebMap> callbackListener)
Creates a WebMap using an Item's id obtained from a Portal. |
static void |
WebMap.newInstance(URL itemIdURL,
String username,
String password,
CallbackListener<WebMap> callbackListener)
Creates a WebMap from a URL to an item id that represents this Web Map stored in a Portal. |
| Uses of WebMap in com.esri.map |
|---|
| Methods in com.esri.map with parameters of type WebMap | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||