Package ucar.unidata.view.geoloc

The view component for geolocation (projections, navigated panels, etc).

See:
          Description

Interface Summary
CursorMoveEventListener Listeners for "Cursor Move" events.
NewMapAreaListener Listeners for new world bounding box events.
NewProjectionListener Listeners for new Projection events
PickEventListener Listeners for "Pick Object" events.
 

Class Summary
CursorMoveEvent Cursor has moved to a new location.
GlobeDisplay Provides a navigated globe for displaying meteorological data.
JTableProjection Consider this a private inner class of ProjectionManager.
MapProjectionDisplay Provides a navigated VisAD DisplayImpl for displaying data.
MapProjectionDisplayJ2D Provides a navigated VisAD DisplayImpl for displaying data.
MapProjectionDisplayJ3D Provides a navigated VisAD DisplayImpl for displaying data.
NavigatedDisplay Provides support for a navigated VisAD DisplayImplJ3D for meteorological data.
NavigatedDisplayCursorReadout A readout of the lat/lon/alt position of the cursor in a NavigatedDisplay.
NavigatedDisplayToolBar A JToolBar that can be used to move around a NavigatedDisplay.
NavigatedMapPanel A navigated panel that holds a set of maps.
NavigatedPanel Implements a "navigated" JPanel within which a user can zoom and pan.
Navigation Consider this a private inner class of NavigatedPanel.
NewMapAreaEvent Used to notify listeners that there is a new world bounding box.
NewProjectionEvent Used to notify listeners that there is a new Projection.
PickEvent User wants to pick an object at 2D location.
ProjectionManager Manages a modal dialogue box that allows the user to define projections using subclasses of ucar.unidata.gis.ProjectionImpl.
RangeAndBearingReadout A class for displaying a readout of range and bearing values
TransectDisplay Provides a navigated globe for displaying meteorological data.
VertScaleDialog A widget to get vertical range or scaling info from the user
VertScaleInfo A class to hold vertical scale settings for a VisAD display from the dialog box VertScaleDialog class.
ViewpointControl This class has a menu and ToolBar to control the viewpoint of a 3D display.
ViewpointDialog A widget to get viewpoint (azimuth, tilt) info from the user.
ViewpointInfo A class to transfer angle of view settings from the dialog box ViewpointDialog class.
 

Package ucar.unidata.view.geoloc Description

The view component for geolocation (projections, navigated panels, etc).