Uses of Interface
uk.ac.rdg.resc.godiva.client.state.ElevationSelectorIF
-
Packages that use ElevationSelectorIF Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of ElevationSelectorIF in uk.ac.rdg.resc.godiva.client
Methods in uk.ac.rdg.resc.godiva.client that return ElevationSelectorIF Modifier and Type Method Description protected ElevationSelectorIF
Godiva. getElevationSelector()
Gets a new elevation selector.Methods in uk.ac.rdg.resc.godiva.client with parameters of type ElevationSelectorIF 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)
-
Uses of ElevationSelectorIF in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state that return ElevationSelectorIF Modifier and Type Method Description ElevationSelectorIF
GodivaStateInfo. getElevationSelector()
Constructors in uk.ac.rdg.resc.godiva.client.state with parameters of type ElevationSelectorIF Constructor Description GodivaStateInfo(ElevationSelectorIF elevationSelector, TimeSelectorIF timeSelector, PaletteSelectorIF paletteSelector, UnitsInfoIF unitsInfo, CopyrightInfoIF copyrightInfo, InfoIF moreInfo, LayerSelectorIF wmsUrl)
-
Uses of ElevationSelectorIF in uk.ac.rdg.resc.godiva.client.widgets
Classes in uk.ac.rdg.resc.godiva.client.widgets that implement ElevationSelectorIF Modifier and Type Class Description class
ElevationSelector
An implementation ofElevationSelectorIF
which presents the available elevations as a drop down list.
-