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.sounding |
Provides support for aerological diagrams.
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
DisplayableData |
DisplayControl.getDisplayListDisplayable(ViewManager view)
Get the displayable for the display list for the particular view
|
Modifier and Type | Class and Description |
---|---|
class |
SoundingProfile
Supports a profile trace on a thermodynamic diagram.
|
Modifier and Type | Field and Description |
---|---|
protected DisplayableData |
TrackControl.timesHolder
the displayable that holdss the times
|
protected DisplayableData |
CrossSectionControl.vcsDisplay
Displayable for depicting cross section in the control window
|
protected DisplayableData |
CrossSectionControl.xsDisplay
Displayable for depicting cross section in the main window
|
Modifier and Type | Method and Description |
---|---|
protected DisplayableData |
FlowTimeHeightControl.createDataDisplay()
Create the
Displayable for the data depiction. |
protected DisplayableData |
TimeHeightControl.createDataDisplay()
Create the default data display if not showAsContours
|
protected DisplayableData |
HovmollerControl.createDataDisplay()
Create the default data display if not showAsContours
|
protected DisplayableData |
DisplayControlImpl.createDisplayListDisplayable(ViewManager view)
Make the DisplayListDisplayable
|
protected DisplayableData |
ColorRadarVolumeControl.createMainDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
DisplayableData |
TopographyControl.createPlanDisplay()
Method for creating the
DisplayableData object
that is the main depiction for the data controlled by this
PlanViewControl ; implemented by each subclass. |
protected abstract DisplayableData |
PlanViewControl.createPlanDisplay()
Method for creating the
DisplayableData object
that is the main depiction for the data controlled by this
PlanViewControl ; implemented by each subclass. |
protected DisplayableData |
ValuePlanViewControl.createPlanDisplay()
Method to create the particular
DisplayableData that
this this instance uses for data depictions. |
protected DisplayableData |
ImagePlanViewControl.createPlanDisplay()
Method to create the particular
DisplayableData that
this this instance uses for data depictions. |
protected DisplayableData |
VolumeVectorControl.createPlanDisplay()
_more_
|
protected DisplayableData |
ColorPlanViewControl.createPlanDisplay()
Method to create the particular
DisplayableData that
this this instance uses for data depictions. |
protected DisplayableData |
FlowPlanViewControl.createPlanDisplay()
Create the
Displayable for the data depiction. |
protected DisplayableData |
GridTrajectoryControlNew.MyTrajectoryControl.createPlanDisplay()
_more_
|
protected DisplayableData |
ContourPlanViewControl.createPlanDisplay()
Method to create the particular
DisplayableData that
this this instance uses for data depictions. |
protected DisplayableData |
RadarRhiControl.createVCSDisplay()
Create the
DisplayableData that will be used
to depict the data in the control's display. |
protected abstract DisplayableData |
CrossSectionControl.createVCSDisplay()
Create the
DisplayableData that will be used
to depict the data in the control's display. |
protected DisplayableData |
DataTransectControl.createVCSDisplay()
Create the
DisplayableData that will be used
to depict the data in the cross section view display. |
protected DisplayableData |
ContourCrossSectionControl.createVCSDisplay()
Create the display for the ancillary control window.
|
protected DisplayableData |
ColorCrossSectionControl.createVCSDisplay()
Create the
DisplayableData that will be used
to depict the data in the control's display. |
protected DisplayableData |
FlowCrossSectionControl.createVCSDisplay()
Create the depiction for the data in the control window
|
protected DisplayableData |
ColorRhiControl.createVCSDisplay()
Create the
DisplayableData that will be used
to depict the data in the control's display. |
protected DisplayableData |
RadarRhiControl.createXSDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
protected abstract DisplayableData |
CrossSectionControl.createXSDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
protected DisplayableData |
DataTransectControl.createXSDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
protected DisplayableData |
ContourCrossSectionControl.createXSDisplay()
Create the display for the vertical cross section in the main
window.
|
protected DisplayableData |
ColorCrossSectionControl.createXSDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
protected DisplayableData |
FlowCrossSectionControl.createXSDisplay()
Create the depiction for the data in the main window
|
protected DisplayableData |
ColorRhiControl.createXSDisplay()
Create the
DisplayableData that will be used
to depict the data in the main display. |
DisplayableData |
TimeHeightControl.getDataDisplay()
Return the
Displayable created by createDataDisplay. |
DisplayableData |
HovmollerControl.getDataDisplay()
Return the
Displayable created by createDataDisplay. |
DisplayableData |
DisplayControlImpl.getDisplayListDisplayable(ViewManager view)
Get the displayable for the Display List
|
DisplayableData |
ColorRadarVolumeControl.getMainDisplay()
Get the
DisplayableData used for depicting
data in the main display. |
DisplayableData |
PlanViewControl.getPlanDisplay()
Return the displayable of the Plan View as a DisplayableData.
|
DisplayableData |
CrossSectionControl.getVerticalCSDisplay()
Get the
DisplayableData used for depicting
data in the control's display. |
DisplayableData |
CrossSectionControl.getXSDisplay()
Get the
DisplayableData used for depicting
data in the main display. |
Modifier and Type | Method and Description |
---|---|
protected void |
DisplayControlImpl.setDisplayListProperties(DisplayableData d,
ViewManager view)
Set the display list properties on the displayable
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AerologicalDisplay.LeftPressureAxisLabels
Provides support for the left pressure-axis labels.
|
protected static class |
AerologicalDisplay.LowerTemperatureAxisLabels
Provides support for the lower temperature labels.
|
protected class |
AerologicalDisplay.MyWindStaff
Internal class for displaying a wind staff
|
protected static class |
AerologicalDisplay.PressureAxisLabels
Provides support for labels for the pressure axis.
|
protected static class |
AerologicalDisplay.RightPressureAxisLabels
Provides support for the left pressure-axis labels.
|
protected static class |
AerologicalDisplay.TemperatureAxisLabels
Provides support for labels on the temperature axis.
|
protected static class |
AerologicalDisplay.UpperTemperatureAxisLabels
Provides support for the lower temperature labels.
|
class |
AirTemperatureProfile
Supports an airtemperature-profile as a JavaBean.
|
class |
BackgroundContours
Supports background contours on a thermodynamic diagram.
|
class |
Box
Supports a non-standard box background on a thermodynamic diagram.
|
class |
CenterPole
Provides support for the center pole of a 3D wind hodograph.
|
class |
CompassLabels
Provides support for compass labels.
|
class |
DewPointProfile
Supports an dew-point profile as a JavaBean.
|
class |
DisplayableMeanWind
Supports the display of a mean wind.
|
class |
DryAdiabats
Supports background dry adiabats on a thermodynamic diagram.
|
class |
DryTrajectory
Provides support for displaying the dry portion of a lifted parcel's pseudo-
adiabatic trajectory.
|
class |
IntermediateRings
Provides support for intermediate-level rings in a 3D wind hodograph.
|
class |
Isobars
Supports background isobars on a thermodynamic diagram.
|
class |
Isotherms
Supports background isotherms on a thermodynamic diagram.
|
class |
MeanWindTrace
Provides support for displaying the mean wind as a trace (ex: a point).
|
class |
MixingRatioTrajectory
Provides support for displaying a constant mixing-ratio curve from a
saturation point to lower pressure.
|
class |
Profile
Supports a profile trace on a thermodynamic diagram.
|
class |
SaturationAdiabats
Supports background saturation adiabats on a thermodynamic diagram.
|
class |
SaturationMixingRatioContours
Provides support for displaying contours of constant saturation mixing-ratio
on a thermodynamic diagram.
|
class |
SaturationTrajectory
Provides support for the saturated portion of the pseudo-adiabatic
trajectory of a lifted air parcel.
|
class |
ScaleLabels
Provides support for displaying scale-labels along an axis.
|
class |
SpeedLabels
Provides support for speed labels for a 3D wind hodograph.
|
class |
Trajectory
Provides support for displaying a parcel's trajectory.
|
class |
WindArrow
Supports the display a horizontal wind as a wind-direction shaft with barbs.
|
class |
WindProfileDisplayable
Supports the display a horizontal wind as a wind-direction shaft with barbs.
|
protected class |
WindTrace.DisplayableWindTrace
Provides support for displaying a wind profile as an (x,y,z) trace.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorScale
Displayable for a color scale in a display.
|
class |
Contour2DDisplayable
A class to support showing 2D gridded data as colored contours on a plane
in a NavigatedDisplay.
|
class |
ContourLines
Provides support for a Displayable that comprises a set of contour lines.
|
class |
CrossHair
Provides support for a Displayable comprising a cross-hair.
|
class |
CurveDrawer
Provides support for a Displayable that comprises a set of
drawn curves.
|
class |
FlowDisplayable
Provides support for a Displayable displays wind data (u,v) or
(spd, dir) as wind vectors.
|
class |
FrontDrawer
FrontDrawer is the VisAD class for manipulation of fronts.
|
class |
Grid2DDisplayable
A class to support showing 2D gridded data as color on a plane
in a DisplayMaster.
|
class |
Grid3DDisplayable
A class to support showing 3D gridded data as an IsoSurface
|
class |
GridValueDisplayable
Class for displaying grid point values as text
|
class |
ImageRGBDisplayable
Provides support for a Displayable that needs a map to
(Display.Red,Display.Green,Display.Blue)
|
class |
ImageSequenceDisplayable
Provides support for displaying ImageSequences
|
class |
IndicatorPoint
Displayable to encompass a manipulable point that can be moved
around the display.
|
class |
IsoSurface
Provides support for a Displayable that comprises an iso-surface
Supports color tables as well.
|
class |
LatLonLabels
Class for creating lat/lon labels
|
class |
LatLonLines
Displayable to support Latitude and Longitude lines.
|
class |
LineDrawing
Provides support for line drawings.
|
class |
MapLines
Provides support for displaying map lines.
|
class |
PickableLineDrawing
Subclass of LineDrawing to support a pickable data object
|
class |
PickableTrack
Provides support for a color coded display of a track trace.
|
class |
PolarLineDrawing
Provides support for lines drawing in a polar coordinate system.
|
class |
ProfileLine
This class is used to draw one line connecting two end points.
|
class |
Radials
Provides support for a Displayable comprising a set of Radials
|
class |
RGBDisplayable
Provides support for a Displayable that needs a map to either Display.RGB
or to Display.RGBA.
|
class |
RingLabels
Labels for RingSets
|
class |
RingSet
Provides support for a set of evenly-spaced, concentric rings (ie: a
"bullseye").
|
class |
RubberBandBox
Provides support for a Displayable that comprises a rubber band box.
|
class |
SelectorPoint
Displayable to encompass a manipulable point that can be moved
around the display.
|
class |
ShapeDisplayable
Displayable to encompass a manipulable point that can be moved
around the display.
|
class |
StationLocationDisplayable
Provides support for display of station locations.
|
class |
StationModelDisplayable
Class for displaying a station (layout) model plot
|
class |
TextDisplayable
Super class for displaying text data
|
class |
TrackDisplayable
Provides support for a color coded display of a track trace.
|
class |
VolumeDisplayable
A class to support showing 3D gridded data as a volume
in a DisplayMaster.
|
class |
WindBarbDisplayable
Provides support for a Displayable to show wind with the
conventional meteorological "wind barb" symbols.
|
Constructor and Description |
---|
DisplayableData(DisplayableData that)
Constructs from another instance.
|