Package | Description |
---|---|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.control.multi |
The IDV MultiDisplay.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
ucar.unidata.metdata |
Meteorological data classes.
|
Modifier and Type | Method and Description |
---|---|
static NamedStationTable |
Level2Adapter.getStations()
Read in the nexrad stations from the
idv/resources/nexradstns.xml resource
|
NamedStationTable |
Level2RadarDataSource.getStations()
Read in the nexrad stations from the
idv/resources/nexradstns.xml resource
|
NamedStationTable |
CDMRadarDataSource.getStations()
Read in the nexrad stations from the
idv/resources/nexradstns.xml resource
|
Modifier and Type | Method and Description |
---|---|
protected NamedStationTable |
NwxTextProductDataSource.getAvailableStations(NamedStationTable all,
NwxTextProductDataSource.TableInfo tableInfo,
DateSelection dateSelection)
Get the stations for a productType
|
abstract NamedStationTable |
TextProductDataSource.getStations(ProductType productType,
DateSelection dateSelection)
Get the stations for a productType
|
NamedStationTable |
NwxTextProductDataSource.getStations(ProductType productType,
DateSelection dateSelection)
Get the stations for a productType
|
Modifier and Type | Method and Description |
---|---|
protected NamedStationTable |
NwxTextProductDataSource.getAvailableStations(NamedStationTable all,
NwxTextProductDataSource.TableInfo tableInfo,
DateSelection dateSelection)
Get the stations for a productType
|
Modifier and Type | Method and Description |
---|---|
NamedStationTable |
IdvResourceManager.findLocations(java.lang.String name)
Find the NamedStationTable with the given name
|
NamedStationTable |
IdvResourceManager.getDefaultStations()
Find the default NamedStationTable
|
Modifier and Type | Method and Description |
---|---|
void |
MultiDisplayHolder.addStationDisplay(NamedStationTable stationTable,
ControlDescriptor cd,
DisplayGroup displayGroup)
Add the new station location display control
|
Modifier and Type | Method and Description |
---|---|
void |
IdvUIManager.addStationDisplay(NamedStationTable stationTable,
ControlDescriptor cd)
Create the station table display for the given station table
|
Modifier and Type | Method and Description |
---|---|
static NamedStationTable |
NamedStationTable.createStationTable(org.w3c.dom.Element root)
Creates a station table from an XML file with station information,
such as profilerstns.xml
|
static NamedStationTable |
NamedStationTable.createStationTable(java.lang.String xml)
Creates a station table from an XML file with station information,
such as profilerstns.xml
|
static NamedStationTable |
NamedStationTable.createStationTableFromFile(java.lang.String filename)
Create a station table from a file
|