|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigatedDisplay | |
|---|---|
| ucar.unidata.idv | The idv package. |
| ucar.unidata.idv.control | DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. |
| ucar.unidata.view.geoloc | The view component for geolocation (projections, navigated panels, etc). |
| Uses of NavigatedDisplay in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv that return NavigatedDisplay | |
|---|---|
NavigatedDisplay |
MapViewManager.getMapDisplay()
Get the map display. |
NavigatedDisplay |
NavigatedViewManager.getNavigatedDisplay()
Get the NavigatedDisplay associated with this ViewManager |
| Methods in ucar.unidata.idv with parameters of type NavigatedDisplay | |
|---|---|
protected 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 NavigatedDisplay | |
|---|---|
NavigatedDisplay |
DisplayControlImpl.getMapDisplay()
Just calls getNavigatedDisplay |
NavigatedDisplay |
DisplayControlImpl.getNavigatedDisplay()
A helper method for finding the NavigatedDisplay of this control's
MapViewManager. |
abstract NavigatedDisplay |
DisplayControlBase.getNavigatedDisplay()
We have this here so some of the utility methods can get the navigated display. |
| Methods in ucar.unidata.idv.control with parameters of type NavigatedDisplay | |
|---|---|
RealTuple[] |
RangeAndBearingControl.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.geoloc | |
|---|---|
class |
GlobeDisplay
Provides a navigated globe for displaying geolocated data. |
class |
MapProjectionDisplay
Provides a navigated VisAD DisplayImpl for displaying data. |
class |
MapProjectionDisplayJ2D
Provides a navigated VisAD DisplayImpl for displaying data. |
class |
MapProjectionDisplayJ3D
Provides a navigated VisAD DisplayImpl for displaying data. |
class |
TransectDisplay
Provides a navigated globe for displaying meteorological data. |
| Methods in ucar.unidata.view.geoloc with parameters of type NavigatedDisplay | |
|---|---|
void |
NavigatedDisplayToolBar.setNavigatedDisplay(NavigatedDisplay navDisplay)
Set the navDisplay that this NavigatedDisplayToolBar controls. |
void |
NavigatedDisplayCursorReadout.setNavigatedDisplay(NavigatedDisplay navDisplay)
Set the navigated display that this panel listens to |
| Constructors in ucar.unidata.view.geoloc with parameters of type NavigatedDisplay | |
|---|---|
NavigatedDisplayCursorReadout(NavigatedDisplay navDisplay)
Create a new readout for the specified display |
|
NavigatedDisplayCursorReadout(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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||