Uses of Interface
uk.ac.rdg.resc.godiva.client.state.LayerSelectorIF
-
Packages that use LayerSelectorIF Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of LayerSelectorIF in uk.ac.rdg.resc.godiva.client
Fields in uk.ac.rdg.resc.godiva.client declared as LayerSelectorIF Modifier and Type Field Description protected LayerSelectorIF
Godiva. layerSelector
Methods in uk.ac.rdg.resc.godiva.client that return LayerSelectorIF Modifier and Type Method Description protected LayerSelectorIF
Godiva. getLayerSelector()
Gets a new layer selector.Methods in uk.ac.rdg.resc.godiva.client with parameters of type LayerSelectorIF 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)
protected PaletteSelectorIF
Godiva. getPaletteSelector(LayerSelectorIF wmsUrlProvider, DialogBoxWithCloseButton.CentrePosIF localCentre)
Gets a new palette selector. -
Uses of LayerSelectorIF in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state that return LayerSelectorIF Modifier and Type Method Description LayerSelectorIF
GodivaStateInfo. getWmsUrlProvider()
Constructors in uk.ac.rdg.resc.godiva.client.state with parameters of type LayerSelectorIF Constructor Description GodivaStateInfo(ElevationSelectorIF elevationSelector, TimeSelectorIF timeSelector, PaletteSelectorIF paletteSelector, UnitsInfoIF unitsInfo, CopyrightInfoIF copyrightInfo, InfoIF moreInfo, LayerSelectorIF wmsUrl)
-
Uses of LayerSelectorIF in uk.ac.rdg.resc.godiva.client.widgets
Classes in uk.ac.rdg.resc.godiva.client.widgets that implement LayerSelectorIF Modifier and Type Class Description class
LayerSelectorCombo
An implementation ofLayerSelectorIF
which presents the layers in a popup tree.class
LayerSelectorTree
An implementation ofLayerSelectorIF
which presents the layers in a popup tree.Constructors in uk.ac.rdg.resc.godiva.client.widgets with parameters of type LayerSelectorIF Constructor Description AnimationButton(MapArea map, String jsonProxyUrl, LayerSelectorIF wmsUrlProvider, TimeSelectorIF currentTimeSelector, AviExportHandler aviExporter)
PaletteSelector(String wmsLayerId, int height, int width, PaletteSelectionHandler handler, LayerSelectorIF wmsUrlProvider, DialogBoxWithCloseButton.CentrePosIF localCentre, boolean vertical)
Instantiates a newPaletteSelector
-