public class MapConfiguration
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getBaseMaps() |
java.util.List |
getEsriServices() |
InitialView |
getInitialView() |
MapProperties |
getMapProperties() |
java.util.List |
getPreloadBboxList() |
Proxy |
getProxy() |
java.util.List |
getSpatialReferences() |
void |
setBaseMaps(java.util.List baseMaps) |
void |
setEsriServices(java.util.List esriServices) |
void |
setInitialView(InitialView initialView) |
void |
setMapProperties(MapProperties mapProperties) |
void |
setPreloadBboxList(java.util.List preloadBboxList) |
void |
setProxy(Proxy proxy) |
void |
setSpatialReferences(java.util.List spatialReferences) |
public InitialView getInitialView()
public void setInitialView(InitialView initialView)
initialView - the initialView to setpublic java.util.List getBaseMaps()
public void setBaseMaps(java.util.List baseMaps)
baseMaps - the baseMaps to setpublic java.util.List getEsriServices()
public void setEsriServices(java.util.List esriServices)
esriServices - the baseMaps to setpublic MapProperties getMapProperties()
public void setMapProperties(MapProperties mapProperties)
mapProperties - the MapProperties to setpublic java.util.List getPreloadBboxList()
public void setPreloadBboxList(java.util.List preloadBboxList)
preloadBboxList - the preloadBboxList to setpublic java.util.List getSpatialReferences()
public void setSpatialReferences(java.util.List spatialReferences)
spatialReferences - the spatialReferences to setpublic Proxy getProxy()
public void setProxy(Proxy proxy)
proxy - to set