|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.portal.BaseMap
public class BaseMap
This class represents a base map described in a WebMap.
Constructor Summary | |
---|---|
protected |
BaseMap()
Creates an empty BaseMap. |
Method Summary | |
---|---|
static BaseMap |
fromJson(org.codehaus.jackson.JsonParser parser)
Sets the internal state of the BaseMap with a response received from the server. |
List<WebMapLayer> |
getBaseMapLayers()
Returns all base map layers. |
String |
getTitle()
Returns the tile of the base map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseMap()
Method Detail |
---|
public String getTitle()
public List<WebMapLayer> getBaseMapLayers()
public static BaseMap fromJson(org.codehaus.jackson.JsonParser parser) throws PortalException
parser
- the JsonParser instance
PortalException
- the portal exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |