Uses of Class
ucar.unidata.idv.control.GridDisplayControl

Packages that use GridDisplayControl
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.idv.control.editor This package is my (jeffmc) aborted protyping effort for a radar editor facility. 
 

Uses of GridDisplayControl in ucar.unidata.idv.control
 

Subclasses of GridDisplayControl in ucar.unidata.idv.control
 class BaseImageControl
          A DisplayControl for handling image sequences
 class CappiControl
          Class for controlling the display of CAPPIs of WSR-88D Level II data
 class ColorCrossSectionControl
          Class for displaying cross sections as color shaded displays.
 class ColorPlanViewControl
          Class for controlling the display of color shaded plan views of gridded data.
 class ColorRadarVolumeControl
          Class to make controls and displays for WS-88D level II data showing all values for one parm from a full volume scan (one data file) as pixels in 3d space above the Earth.
 class ColorRhiControl
          Class to make displays and controls for a pseudo-RHI plot of WSR-88D Level II data.
 class ContourCrossSectionControl
          A cross section control for displaying contours.
 class ContourPlanViewControl
          A control for displaying gridded data as 2D contours.
 class CrossSectionControl
          TODO: We need to be able to persist/unpersist the ViewManager so its state is saved.
 class DataTransectControl
          Class for displaying transects of data along a cross section line.
 class FlowCrossSectionControl
          A cross section control for depicting flow (vectors or wind barbs)
 class FlowPlanViewControl
          A plan view control for flow data (vector or wind barbs)
 class FlowTimeHeightControl
          A plan view control for flow data (vector or wind barbs)
 class GridTableControl
          A MetApps Display Control with Displayable and controls for one 3D isosurface display of one parameter.
 class HovmollerControl
          Class description
 class ImageControl
          Class for controlling the display of color images.
 class ImagePlanViewControl
          Class for controlling the display of images.
 class ImageSequenceControl
          A DisplayControl for handling image sequences
 class JythonControl
          Allows for the creation of a display by an end user through the use of Jython
 class Level2ColorCrossSectionControl
          Class for displaying WSR-88D Level II cross sections as color shaded displays.
 class Level2TimeHeightControl
          Given an earth-locared 3D VisAD Field of WSR-88D II data with a time domain, make a 2D plot of the radar data against height and time for one location on the Earth, and make related controls.
 class LineProbeControl
          An abstract base class that manages a vertical probe To create a probe call doMakeProbe To be notified of changes override: void probePositionChanged (double x, double y);
 class PlanViewControl
          Class to handle all kinds of PlanViews.
 class ProfileControl
          Given a VisAD Field, make a 2D plot of the range data against one of the 3 domain coordinates.
 class RadarCrossSectionControl
          Class for displaying WSR-88D Level II cross sections as color shaded displays.
 class RadarRhiControl
          Created by IntelliJ IDEA.
 class RadarSweepControl
          Class for making and controlling the display of color shaded plots of WSR-88D Level II radar sweeps in 2D or in 3D.
 class TemplateControl
          A class that serves as a template for creating new (Grid oriented) display controls Cut and paste this.
 class ThreeDSurfaceControl
          A MetApps Display Control with Displayable and controls for one 3D isosurface display of one parameter.
 class TimeHeightControl
          Given an earth-locared 3D VisAD Field with a time domain, make a 2D plot of the range data against height and time for one location on the Earth, and make related controls.
 class TimeSeriesControl
          Given a 2D VisAD FieldImpl for one parameter, make a single plot of the range data of one parm, against time, for one location in the 2D field given by a probe the user can move.
 class TopographyControl
          A Display Control with Displayable and controls for one 3D surface display of topography.
 class TrackControl
          A MetApps Display Control with Displayable and controls for displaying a track (balloon sounding or aircraft track)
 class ValuePlanViewControl
          Class for controlling the display of plan view text plots of gridded data.
 class VerticalProfileControl
          Given a VisAD Field, make a 2D plot of the range data against one of the 3 domain coordinates.
 class VolumeRenderControl
          A display control for volume rendering of a 3D grid
 class WMSControl
          Class for controlling the display of color images.
 

Uses of GridDisplayControl in ucar.unidata.idv.control.editor
 

Subclasses of GridDisplayControl in ucar.unidata.idv.control.editor
static class RadarEditor.MyRadarSweepControl
          Class MyRadarSweepControl _more_