public class Basemap
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
Basemap.Options |
Modifier and Type | Method and Description |
---|---|
static boolean |
assertLoaded()
Check that the esri.dijit.BasemapGallery has been loaded
|
static Basemap |
create()
Creates a new Basemap Object.
|
static Basemap |
create(Basemap.Options options)
Creates a new Basemap Object.
|
java.lang.String |
getId()
The basemap's id.
|
com.google.gwt.core.client.JsArray<BasemapLayer> |
getLayers()
The list of layers contained in the basemap or a dojo.Deferred if a call to ArcGIS.com needs to be made to
retrieve the list of ArcGIS.com basemaps.
|
Deferred |
getLayersDeferred()
The list of layers contained in the basemap or a dojo.Deferred if a call to ArcGIS.com needs to be made to
retrieve the list of ArcGIS.com basemaps.
|
java.lang.String |
getThumbnailUrl()
The URL to the thumbnail image for the basemap.
|
java.lang.String |
getTitle()
The title for the basemap.
|
public static Basemap create()
public static Basemap create(Basemap.Options options)
options
- - Set of parameters used to create a basemap.public static boolean assertLoaded()
public final java.lang.String getId()
public final java.lang.String getThumbnailUrl()
public final java.lang.String getTitle()
public final com.google.gwt.core.client.JsArray<BasemapLayer> getLayers()
public final Deferred getLayersDeferred()