Uses of Class
uk.ac.rdg.resc.godiva.client.widgets.MapArea
-
Packages that use MapArea Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of MapArea in uk.ac.rdg.resc.godiva.client
Fields in uk.ac.rdg.resc.godiva.client declared as MapArea Modifier and Type Field Description protected MapArea
BaseWmsClient. mapArea
Methods in uk.ac.rdg.resc.godiva.client that return MapArea Modifier and Type Method Description protected MapArea
BaseWmsClient. getMapArea()
Methods in uk.ac.rdg.resc.godiva.client with parameters of type MapArea Modifier and Type Method Description static com.google.gwt.user.client.ui.Widget
LayoutManager. getCompactGodiva3Layout(LayerSelectorIF layerSelector, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton)
static com.google.gwt.user.client.ui.Widget
LayoutManager. getTraditionalGodiva3Layout(com.google.gwt.user.client.ui.IsWidget layerSelector, com.google.gwt.user.client.ui.Label title, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Anchor docLink, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton, com.google.gwt.user.client.ui.PushButton zoomToLayerExtents)
protected abstract void
BaseWmsClient. updateMap(MapArea mapArea, String layerUpdated)
This is where the map should be updated.protected void
Godiva. updateMap(MapArea mapArea, String layerUpdated)
-
Uses of MapArea in uk.ac.rdg.resc.godiva.client.widgets
Constructors in uk.ac.rdg.resc.godiva.client.widgets with parameters of type MapArea Constructor Description AnimationButton(MapArea map, String jsonProxyUrl, LayerSelectorIF wmsUrlProvider, TimeSelectorIF currentTimeSelector, AviExportHandler aviExporter)
-