Uses of Class
ucar.unidata.view.geoloc.NavigatedDisplay
Packages that use NavigatedDisplay
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
The view component for geolocation (projections, navigated panels, etc).
-
Uses of NavigatedDisplay in ucar.unidata.idv
Methods in ucar.unidata.idv that return NavigatedDisplayModifier and TypeMethodDescriptionMapViewManager.getMapDisplay()
Get the map display.NavigatedViewManager.getNavigatedDisplay()
Get the NavigatedDisplay associated with this ViewManagerMethods in ucar.unidata.idv with parameters of type NavigatedDisplayModifier and TypeMethodDescriptionprotected void
NavigatedViewManager.setVerticalRangeUnitPreference
(NavigatedDisplay nd) Set the vertical range unit from the preference -
Uses of NavigatedDisplay in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return NavigatedDisplayModifier and TypeMethodDescriptionDisplayControlImpl.getMapDisplay()
Just calls getNavigatedDisplayabstract NavigatedDisplay
DisplayControlBase.getNavigatedDisplay()
We have this here so some of the utility methods can get the navigated display.DisplayControlImpl.getNavigatedDisplay()
A helper method for finding theNavigatedDisplay
of this control'sMapViewManager
.Grid2DReadoutProbe.getNavigatedDisplay()
Methods in ucar.unidata.idv.control with parameters of type NavigatedDisplayModifier and TypeMethodDescriptionRangeAndBearingControl.makeDefaultLinePosition
(NavigatedDisplay mapDisplay) A utility method to create the initial line position -
Uses of NavigatedDisplay in ucar.unidata.view.geoloc
Subclasses of NavigatedDisplay in ucar.unidata.view.geolocModifier and TypeClassDescriptionclass
Provides a navigated globe for displaying geolocated data.class
Provides a navigated VisAD DisplayImpl for displaying data.class
Provides a navigated VisAD DisplayImpl for displaying data.class
Provides a navigated VisAD DisplayImpl for displaying data.class
Provides a navigated globe for displaying meteorological data.Methods in ucar.unidata.view.geoloc with parameters of type NavigatedDisplayModifier and TypeMethodDescriptionvoid
NavigatedDisplayCursorReadout.setNavigatedDisplay
(NavigatedDisplay navDisplay) Set the navigated display that this panel listens tovoid
NavigatedDisplayToolBar.setNavigatedDisplay
(NavigatedDisplay navDisplay) Set the navDisplay that this NavigatedDisplayToolBar controls.Constructors in ucar.unidata.view.geoloc with parameters of type NavigatedDisplayModifierConstructorDescriptionNavigatedDisplayCursorReadout
(NavigatedDisplay navDisplay) Create a new readout for the specified displayNavigatedDisplayCursorReadout
(NavigatedDisplay navDisplay, JLabel label) Create a new readout and update the specified label.NavigatedDisplayToolBar
(NavigatedDisplay navDisplay) Construct a NavigatedDisplayToolBar for the navDisplay.NavigatedDisplayToolBar
(NavigatedDisplay navDisplay, int orientation) Construct a NavigatedDisplayToolBar for the navDisplay.NavigatedDisplayToolBar
(NavigatedDisplay navDisplay, int orientation, boolean floatable) Construct a NavigatedDisplayToolBar for the navDisplay.ViewpointControl
(NavigatedDisplay navDisplay) Construct a new ViewpointControl for the NavigatedDisplay.