Package | Description |
---|---|
edu.ucdavis.cstars.client.dijits | |
edu.ucdavis.cstars.client.event |
Modifier and Type | Method and Description |
---|---|
static Basemap |
Basemap.create()
Creates a new Basemap Object.
|
static Basemap |
Basemap.create(Basemap.Options options)
Creates a new Basemap Object.
|
Basemap |
BasemapGallery.get(java.lang.String id)
Return the basemap with the specified id.
|
Basemap |
BasemapGallery.getSelected()
Gets the currently selected basemap.
|
Basemap |
BasemapGallery.remove(java.lang.String id)
Remove a basemap from the BasemapGallery's list of basemaps.
|
Basemap |
BasemapGallery.select(java.lang.String id)
Select a new basemap for the map.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Basemap> |
BasemapGallery.getBasemaps()
List of basemaps displayed in the BasemapGallery.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BasemapGallery.add(Basemap basemap)
Add a new basemap to the BasemapGallery's list of basemaps.
|
void |
BasemapGallery.Parameters.setBasemaps(Basemap[] basemaps) |
Modifier and Type | Method and Description |
---|---|
void |
BasemapAddHandler.onAdd(Basemap basemap)
Fires when a basemap is added to the BasemapGallery's list of basemaps.
|
void |
BasemapRemoveHandler.onRemove(Basemap basemap)
Fires when a basemap is removed from the BasemapGallery's list of basemaps.
|