Package | Description |
---|---|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
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.metdata |
Meteorological data classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SoundingStation
Temporary holder for sounding station info.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Hashtable<java.lang.String,java.lang.Integer> |
TextProductDataSource.makeStationMap(java.util.List<NamedStationImpl> stations)
Make a mapping of station name to integer count
|
protected java.util.List<Product> |
AddeTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo ti,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read products for the station
|
protected java.util.List<Product> |
NwxTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo tableInfo,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read the products for defined by the table info.
|
abstract java.util.List<Product> |
TextProductDataSource.readProducts(ProductType productType,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read the products for the product type and station
|
java.util.List<Product> |
NwxTextProductDataSource.readProducts(ProductType productType,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read products
|
Modifier and Type | Method and Description |
---|---|
NamedStationImpl |
RangeAndBearingControl.getEndStation()
Get the ending station property.
|
static NamedStationImpl |
DisplayControlBase.getSelectedStation(javax.swing.JComboBox box)
A utility to find and return the NamedStationImpl
which is selected in the given combobox.
|
NamedStationImpl |
RangeAndBearingControl.getStartStation()
Get the starting station property.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeAndBearingControl.setEndStation(NamedStationImpl n)
Set the ending station property.
|
void |
RangeAndBearingControl.setStartStation(NamedStationImpl n)
Set the starting station property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StationLocationControl.setSelectedStations(java.util.List<NamedStationImpl> stations)
set the selected stations
|
Modifier and Type | Method and Description |
---|---|
int |
NamedStationImpl.compareTo(NamedStationImpl stn)
Compare this NamedStationImpl to another NamedStationImpl.
|