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 |
---|---|
LatLonLabelData |
MapInfo.getLatLabelData()
Find and return the LatLonData object that represents the lat state
|
LatLonLabelData |
MapInfo.getLonLabelData()
Find and return the LatLonData object that represents the lon state
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LatLonLabelData> |
MapInfo.getLatLonLabelData()
Get the LatLonLabelData property.
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonLabelData.initWith(LatLonLabelData that)
Initialize this object with the state from the given LatLonLabelData
|
Modifier and Type | Method and Description |
---|---|
void |
MapInfo.setLatLonLabelData(java.util.List<LatLonLabelData> value)
Set the LatLonLabelData property.
|
Constructor and Description |
---|
LatLonLabelData(LatLonLabelData that)
Copy constructor
|
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.LatLonLabelState
This class holds the state associated with a given lat/lon
|
Modifier and Type | Method and Description |
---|---|
void |
MapDisplayControl.LatLonLabelState.initWith(LatLonLabelData that)
Copy the state from the given LatLonData
|
Constructor and Description |
---|
LatLonLabelState(LatLonLabelData that)
Ctor for creating from a LatLonData
|
Modifier and Type | Method and Description |
---|---|
LatLonLabelData |
LatLonLabelPanel.getLatLonLabelData()
Get the latlondata object
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonLabelPanel.setLatLonLabelData(LatLonLabelData lld)
Set the information that configures this.
|
Constructor and Description |
---|
LatLonLabelPanel(LatLonLabelData lld)
Create a LatLonLabelPanel
|