Package | Description |
---|---|
ucar.unidata.gis.maps |
Geographic information: Map display information classes.
|
ucar.unidata.idv |
The idv package.
|
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 |
---|---|
java.util.List<MapData> |
MapInfo.getMapDataList()
Get the MapData property.
|
Constructor and Description |
---|
MapData(MapData that)
A copy constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MapData> |
IdvResourceManager.getMaps()
_more_
|
Modifier and Type | Class and Description |
---|---|
static class |
MapDisplayControl.MapState
This class holds the state associated with a given map
|
Constructor and Description |
---|
MapDisplayControl(MapData mapData)
Special constructor for creating a map display for a particular
MapData
|
MapState(MapData that)
ctor for instantiating from a MapData
|
Modifier and Type | Method and Description |
---|---|
MapData |
MapPanel.getMapData()
Get the MapData we represent
|
Constructor and Description |
---|
MapPanel(MapData data)
Create the MapPanel with the given MapData
|