Package | Description |
---|---|
ucar.unidata.gis.maps |
Geographic information: Map display information classes.
|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
Modifier and Type | Method and Description |
---|---|
LatLonData |
MapInfo.getLatData()
Find and return the LatLonData object that represents the lat state
|
LatLonData |
MapInfo.getLonData()
Find and return the LatLonData object that represents the lon state
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonData.initWith(LatLonData that)
Initialize this object with the state from the given LatLonData
|
Constructor and Description |
---|
LatLonData(LatLonData that)
Copy constructor
|
MapInfo(java.util.List mapDataList,
LatLonData latData,
LatLonData lonData,
float mapPosition)
Create the MapInfo object with the given MapData list, LatLonData and map position
|
MapInfo(java.util.List mapDataList,
LatLonData latData,
LatLonData lonData,
LatLonLabelData latLabelData,
LatLonLabelData lonLabelData,
float mapPosition)
Create the MapInfo object with the given MapData list, LatLonData and map position
|
Modifier and Type | Class and Description |
---|---|
static class |
MapDisplayControl.LatLonState
This class holds the state associated with a given lat/lon
|
Modifier and Type | Method and Description |
---|---|
void |
MapDisplayControl.LatLonState.initWith(LatLonData that)
Copy the state from the given LatLonData
|
Constructor and Description |
---|
LatLonState(LatLonData that)
Ctor for creating from a LatLonData
|
Modifier and Type | Method and Description |
---|---|
LatLonData |
MapWidget.getLatData()
Return the latitude state
|
LatLonData |
LatLonPanel.getLatLonData()
Get the latlondata object
|
LatLonData |
MapWidget.getLonData()
The Longitude state
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonPanel.setLatLonData(LatLonData lld)
Set the information that configures this.
|
Constructor and Description |
---|
LatLonPanel(LatLonData lld)
Create a LatLonPanel
|