Package | Description |
---|---|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
Modifier and Type | Class and Description |
---|---|
class |
MapProjectionDisplayJ2D
Provides a navigated VisAD DisplayImpl for displaying data.
|
class |
MapProjectionDisplayJ3D
Provides a navigated VisAD DisplayImpl for displaying data.
|
Modifier and Type | Method and Description |
---|---|
static MapProjectionDisplay |
MapProjectionDisplay.getInstance(int mode)
Get an instance of a MapProjectionDisplay using the mode specified
and the default projection.
|
static MapProjectionDisplay |
MapProjectionDisplay.getInstance(visad.georef.MapProjection p,
int mode)
Get an instance of a MapProjectionDisplay using the mode specified
and the MapProjection.
|
static MapProjectionDisplay |
MapProjectionDisplay.getInstance(visad.georef.MapProjection p,
int mode,
boolean offscreen,
java.awt.Dimension dimension)
Get an instance of a MapProjectionDisplay using the mode specified
and the MapProjection.
|
static MapProjectionDisplay |
MapProjectionDisplay.getInstance(visad.georef.MapProjection p,
int mode,
boolean offscreen,
java.awt.Dimension dimension,
java.awt.GraphicsDevice screen)
Get an instance of a MapProjectionDisplay using the mode specified
and the MapProjection.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeAndBearingReadout.setMapProjectionDisplay(MapProjectionDisplay mapDisplay)
Set the display to listen to.
|
Constructor and Description |
---|
LatLonScalePanel(MapProjectionDisplay mpDisplay)
Create a new dialog for setting the coordinate range of the display
|
RangeAndBearingReadout(MapProjectionDisplay mapDisplay)
Create a new RangeAndBearingReadout for the given display
|
RangeAndBearingReadout(MapProjectionDisplay mapDisplay,
javax.swing.JLabel label)
Create a new RangeAndBearingReadout for the given display and use
the supplied label
|
RangeAndBearingReadout(MapProjectionDisplay mapDisplay,
javax.swing.JLabel label,
java.lang.String rangeName,
java.lang.String bearingName)
Create a new RangeAndBearingReadout for the given display and use
the supplied label to update with the names
|
RangeAndBearingReadout(MapProjectionDisplay mapDisplay,
java.lang.String rangeName,
java.lang.String bearingName)
Create a new RangeAndBearingReadout for the given display and use
the supplied labels
|