Package ucar.unidata.view.geoloc

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

See:
          Description

Interface Summary
CoordinateFormat.Format The Format interface.
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
AxisScaleInfo Deprecated.  
CoordinateFormat The CoordinateFormat class to format geo coordinates.
CoordinateFormat.DecimalCoordFormat The DecimalCoordFormat.
CoordinateFormat.FloorCoordFormat The FloorCoordFormat class.
CursorMoveEvent Cursor has moved to a new location.
GlobeDisplay Provides a navigated globe for displaying geolocated data.
GlobeScaleDialog A widget to get the vertical exaggeration
JTableProjection Consider this a private inner class of ProjectionManager.
LatLonAxisScaleInfo Class to hold lat/lon specific AxisScaleInfo stuff
LatLonScalePanel A widget to get lat/lon range info from the user
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 range 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.
 

Enum Summary
AxisScaleInfo.CoordSys Deprecated.
CoordinateFormat.Cardinality The Cardinality enum.
CoordinateFormat.DegMinSec The Degrees Minutes Seconds enum.
 

Package ucar.unidata.view.geoloc Description

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