Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
Modifier and Type | Method and Description |
---|---|
LatLonAxisScaleInfo |
MapViewManager.getLatAxisScaleInfo()
Gets the lat axis scale info.
|
LatLonAxisScaleInfo |
MapViewManager.getLonAxisScaleInfo()
Gets the lon axis scale info.
|
Modifier and Type | Method and Description |
---|---|
void |
MapViewManager.setLatAxisScaleInfo(LatLonAxisScaleInfo axisScaleInfo)
Sets the lat axis scale info.
|
void |
MapViewManager.setLonAxisScaleInfo(LatLonAxisScaleInfo axisScaleInfo)
Sets the lon axis scale info.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisScaleInfo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLonAxisScaleInfo |
MapProjectionDisplay.getLatScaleInfo()
Gets the lat scale info.
|
LatLonAxisScaleInfo |
MapProjectionDisplay.getLonScaleInfo()
Gets the lon scale info.
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonScalePanel.setLatScaleInfo(LatLonAxisScaleInfo latScaleInfo)
Sets the lat scale info.
|
void |
MapProjectionDisplay.setLatScaleInfo(LatLonAxisScaleInfo axisScaleInfo)
Sets the lat scale info.
|
void |
LatLonScalePanel.setLonScaleInfo(LatLonAxisScaleInfo lonScaleInfo)
Sets the lon scale info.
|
void |
MapProjectionDisplay.setLonScaleInfo(LatLonAxisScaleInfo axisScaleInfo)
Sets the lon scale info.
|