Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
NavigatedDisplay |
MapViewManager.getMapDisplay()
Get the map display.
|
NavigatedDisplay |
NavigatedViewManager.getNavigatedDisplay()
Get the NavigatedDisplay associated with this ViewManager
|
Modifier and Type | Method and Description |
---|---|
protected void |
NavigatedViewManager.setVerticalRangeUnitPreference(NavigatedDisplay nd)
Set the vertical range unit from the preference
|
Modifier and Type | Method and Description |
---|---|
NavigatedDisplay |
DisplayControlImpl.getMapDisplay()
Just calls getNavigatedDisplay
|
abstract NavigatedDisplay |
DisplayControlBase.getNavigatedDisplay()
We have this here so some of the utility methods can get the navigated
display.
|
NavigatedDisplay |
Grid2DReadoutProbe.getNavigatedDisplay() |
NavigatedDisplay |
DisplayControlImpl.getNavigatedDisplay()
A helper method for finding the
NavigatedDisplay of this control's
MapViewManager . |
Modifier and Type | Method and Description |
---|---|
visad.RealTuple[] |
RangeAndBearingControl.makeDefaultLinePosition(NavigatedDisplay mapDisplay)
A utility method to create the initial line position
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigatedDisplayCursorReadout.setNavigatedDisplay(NavigatedDisplay navDisplay)
Set the navigated display that this panel listens to
|
void |
NavigatedDisplayToolBar.setNavigatedDisplay(NavigatedDisplay navDisplay)
Set the navDisplay that this NavigatedDisplayToolBar controls.
|
Constructor and Description |
---|
NavigatedDisplayCursorReadout(NavigatedDisplay navDisplay)
Create a new readout for the specified display
|
NavigatedDisplayCursorReadout(NavigatedDisplay navDisplay,
javax.swing.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.
|