Package | Description |
---|---|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
Modifier and Type | Method and Description |
---|---|
VertScaleInfo |
VertScaleDialog.getVertScaleInfo()
Gets the vert scale info.
|
VertScaleInfo |
MapProjectionDisplay.getVertScaleInfo()
Gets the vertical scale info.
|
protected VertScaleInfo |
ViewpointControl.getVsi() |
Modifier and Type | Method and Description |
---|---|
protected void |
ViewpointControl.applyVerticalRange(VertScaleInfo transfer)
Apply the vertical range information
|
protected void |
ViewpointControl.applyVerticalScale(VertScaleInfo transfer)
Deprecated.
|
void |
ViewpointControl.changeVerticalRange(VertScaleInfo transfer)
Change the vertical range
|
void |
ViewpointControl.changeVerticalScale(VertScaleInfo transfer)
Deprecated.
|
void |
MapProjectionDisplay.setVertScaleInfo(VertScaleInfo vertScaleInfo)
Sets the vertical scale info.
|
void |
VertScaleDialog.showDialog(VertScaleInfo transfer)
Show the dialog box and wait for results and deal with them.
|
void |
GlobeScaleDialog.showDialog(VertScaleInfo vertScaleInfo)
Show the dialog box and wait for results and deal with them.
|
Constructor and Description |
---|
GlobeScaleDialog(javax.swing.JFrame parent,
ViewpointControl control,
VertScaleInfo transfer)
Create a new dialog for setting the vertical range of the display
|
VertScaleDialog(javax.swing.JFrame parent,
ViewpointControl control,
VertScaleInfo vertScaleInfo)
Create a new dialog for setting the vertical range of the display
|