|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedStationTable | |
|---|---|
| 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. |
| Uses of NamedStationTable in ucar.unidata.data.radar |
|---|
| Methods in ucar.unidata.data.radar that return NamedStationTable | |
|---|---|
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 |
| Uses of NamedStationTable in ucar.unidata.data.text |
|---|
| Methods in ucar.unidata.data.text that return NamedStationTable | |
|---|---|
protected NamedStationTable |
NwxTextProductDataSource.getAvailableStations(NamedStationTable all,
NwxTextProductDataSource.TableInfo tableInfo,
ucar.unidata.util.DateSelection dateSelection)
Get the stations for a productType |
NamedStationTable |
NwxTextProductDataSource.getStations(ProductType productType,
ucar.unidata.util.DateSelection dateSelection)
Get the stations for a productType |
abstract NamedStationTable |
TextProductDataSource.getStations(ProductType productType,
ucar.unidata.util.DateSelection dateSelection)
Get the stations for a productType |
| Methods in ucar.unidata.data.text with parameters of type NamedStationTable | |
|---|---|
protected NamedStationTable |
NwxTextProductDataSource.getAvailableStations(NamedStationTable all,
NwxTextProductDataSource.TableInfo tableInfo,
ucar.unidata.util.DateSelection dateSelection)
Get the stations for a productType |
| Uses of NamedStationTable in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv that return NamedStationTable | |
|---|---|
NamedStationTable |
IdvResourceManager.findLocations(String name)
Find the NamedStationTable with the given name |
NamedStationTable |
IdvResourceManager.getDefaultStations()
Find the default NamedStationTable |
| Uses of NamedStationTable in ucar.unidata.idv.control.multi |
|---|
| Methods in ucar.unidata.idv.control.multi with parameters of type NamedStationTable | |
|---|---|
void |
MultiDisplayHolder.addStationDisplay(NamedStationTable stationTable,
ControlDescriptor cd,
DisplayGroup displayGroup)
Add the new station location display control |
| Uses of NamedStationTable in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui with parameters of type NamedStationTable | |
|---|---|
void |
IdvUIManager.addStationDisplay(NamedStationTable stationTable,
ControlDescriptor cd)
Create the station table display for the given station table |
| Uses of NamedStationTable in ucar.unidata.metdata |
|---|
| Methods in ucar.unidata.metdata that return NamedStationTable | |
|---|---|
static NamedStationTable |
NamedStationTable.createStationTable(Element root)
Creates a station table from an XML file with station information, such as profilerstns.xml |
static NamedStationTable |
NamedStationTable.createStationTable(String xml)
Creates a station table from an XML file with station information, such as profilerstns.xml |
static NamedStationTable |
NamedStationTable.createStationTableFromFile(String filename)
Create a station table from a file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||