Uses of Class
ucar.unidata.metdata.NamedStationImpl

Packages that use NamedStationImpl
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. 
 

Uses of NamedStationImpl in ucar.unidata.data.sounding
 

Subclasses of NamedStationImpl in ucar.unidata.data.sounding
 class SoundingStation
          Temporary holder for sounding station info.
 

Uses of NamedStationImpl in ucar.unidata.data.text
 

Method parameters in ucar.unidata.data.text with type arguments of type NamedStationImpl
protected static Hashtable<String,Integer> TextProductDataSource.makeStationMap(List<NamedStationImpl> stations)
          Make a mapping of station name to integer count
protected  List<Product> NwxTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo tableInfo, List<NamedStationImpl> stations, DateSelection dateSelection)
          Read the products for defined by the table info.
protected  List<Product> AddeTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo ti, List<NamedStationImpl> stations, DateSelection dateSelection)
          Read products for the station
 List<Product> NwxTextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection)
          Read products
abstract  List<Product> TextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection)
          Read the products for the product type and station
 

Uses of NamedStationImpl in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return NamedStationImpl
 NamedStationImpl RangeAndBearingControl.getEndStation()
          Get the ending station property.
static NamedStationImpl DisplayControlBase.getSelectedStation(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.
 

Methods in ucar.unidata.idv.control with parameters of type NamedStationImpl
 void RangeAndBearingControl.setEndStation(NamedStationImpl n)
          Set the ending station property.
 void RangeAndBearingControl.setStartStation(NamedStationImpl n)
          Set the starting station property.
 

Method parameters in ucar.unidata.idv.control with type arguments of type NamedStationImpl
protected  void StationLocationControl.setSelectedStations(List<NamedStationImpl> stations)
          set the selected stations
 

Uses of NamedStationImpl in ucar.unidata.metdata
 

Methods in ucar.unidata.metdata with parameters of type NamedStationImpl
 int NamedStationImpl.compareTo(NamedStationImpl stn)
          Compare this NamedStationImpl to another NamedStationImpl.