Uses of Class
ucar.unidata.view.geoloc.MapProjectionDisplay
Packages that use MapProjectionDisplay
Package
Description
The view component for geolocation (projections, navigated panels, etc).
-
Uses of MapProjectionDisplay in ucar.unidata.view.geoloc
Subclasses of MapProjectionDisplay in ucar.unidata.view.geolocModifier and TypeClassDescriptionclass
Provides a navigated VisAD DisplayImpl for displaying data.class
Provides a navigated VisAD DisplayImpl for displaying data.Methods in ucar.unidata.view.geoloc that return MapProjectionDisplayModifier and TypeMethodDescriptionstatic 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 MapProjectionDisplayModifier and TypeMethodDescriptionvoid
RangeAndBearingReadout.setMapProjectionDisplay
(MapProjectionDisplay mapDisplay) Set the display to listen to.Constructors in ucar.unidata.view.geoloc with parameters of type MapProjectionDisplayModifierConstructorDescriptionLatLonScalePanel
(MapProjectionDisplay mpDisplay) Create a new dialog for setting the coordinate range of the displayRangeAndBearingReadout
(MapProjectionDisplay mapDisplay) Create a new RangeAndBearingReadout for the given displayRangeAndBearingReadout
(MapProjectionDisplay mapDisplay, String rangeName, String bearingName) Create a new RangeAndBearingReadout for the given display and use the supplied labelsRangeAndBearingReadout
(MapProjectionDisplay mapDisplay, JLabel label) Create a new RangeAndBearingReadout for the given display and use the supplied labelRangeAndBearingReadout
(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