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

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

Uses of BaseMap in com.esri.core.portal
 

Methods in com.esri.core.portal that return BaseMap
static BaseMap BaseMap.fromJson(org.codehaus.jackson.JsonParser parser)
          Sets the internal state of the BaseMap with a response received from the server.
 BaseMap WebMap.getBaseMap()
          Returns the BaseMap of this WebMap.
 BaseMap PortalInfo.getDefaultBaseMap()
          Returns the default basemap to be used by the client application for the specified culture when creating new maps (if applicable).
 

Methods in com.esri.core.portal with parameters of type BaseMap
static WebMap WebMap.newInstance(BaseMap basemap, Envelope extent, SpatialReference sr)
          Creates a WebMap using a BaseMap and Extent.
 



Copyright © 2012. All Rights Reserved.