Uses of Class
ucar.unidata.view.geoloc.MapProjectionDisplay

Packages that use MapProjectionDisplay
ucar.unidata.view.geoloc The view component for geolocation (projections, navigated panels, etc). 
 

Uses of MapProjectionDisplay in ucar.unidata.view.geoloc
 

Subclasses of MapProjectionDisplay in ucar.unidata.view.geoloc
 class MapProjectionDisplayJ2D
          Provides a navigated VisAD DisplayImpl for displaying data.
 class MapProjectionDisplayJ3D
          Provides a navigated VisAD DisplayImpl for displaying data.
 

Methods in ucar.unidata.view.geoloc that return MapProjectionDisplay
static MapProjectionDisplay MapProjectionDisplay.getInstance(int mode)
          Get an instance of a MapProjectionDisplay using the mode specified and the default projection.
static MapProjectionDisplay MapProjectionDisplay.getInstance(MapProjection p, int mode)
          Get an instance of a MapProjectionDisplay using the mode specified and the MapProjection.
static MapProjectionDisplay MapProjectionDisplay.getInstance(MapProjection p, int mode, boolean offscreen, Dimension dimension)
          Get an instance of a MapProjectionDisplay using the mode specified and the MapProjection.
static MapProjectionDisplay MapProjectionDisplay.getInstance(MapProjection p, int mode, boolean offscreen, Dimension dimension, GraphicsDevice screen)
          Get an instance of a MapProjectionDisplay using the mode specified and the MapProjection.
 

Methods in ucar.unidata.view.geoloc with parameters of type MapProjectionDisplay
 void RangeAndBearingReadout.setMapProjectionDisplay(MapProjectionDisplay mapDisplay)
          Set the display to listen to.
 

Constructors in ucar.unidata.view.geoloc with parameters of type MapProjectionDisplay
RangeAndBearingReadout(MapProjectionDisplay mapDisplay)
          Create a new RangeAndBearingReadout for the given display
RangeAndBearingReadout(MapProjectionDisplay mapDisplay, JLabel label)
          Create a new RangeAndBearingReadout for the given display and use the supplied label
RangeAndBearingReadout(MapProjectionDisplay mapDisplay, JLabel label, String rangeName, String bearingName)
          Create a new RangeAndBearingReadout for the given display and use the supplied label to update with the names
RangeAndBearingReadout(MapProjectionDisplay mapDisplay, String rangeName, String bearingName)
          Create a new RangeAndBearingReadout for the given display and use the supplied labels