Uses of Class
ucar.unidata.metdata.NamedStationImpl
Packages that use NamedStationImpl
Package
Description
DataSource classes and utilities for sounding data.
DataSource classes and utilities for text-like data.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Meteorological data classes.
-
Uses of NamedStationImpl in ucar.unidata.data.sounding
Subclasses of NamedStationImpl in ucar.unidata.data.soundingModifier and TypeClassDescriptionclassTemporary 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 NamedStationImplModifier and TypeMethodDescriptionTextProductDataSource.makeStationMap(List<NamedStationImpl> stations) Make a mapping of station name to integer countAddeTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo ti, List<NamedStationImpl> stations, DateSelection dateSelection) Read products for the stationNwxTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo tableInfo, List<NamedStationImpl> stations, DateSelection dateSelection) Read the products for defined by the table info.NwxTextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection) Read productsTextProductDataSource.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 NamedStationImplModifier and TypeMethodDescriptionRangeAndBearingControl.getEndStation()Get the ending station property.static NamedStationImplDisplayControlBase.getSelectedStation(JComboBox box) A utility to find and return the NamedStationImpl which is selected in the given combobox.RangeAndBearingControl.getStartStation()Get the starting station property.Methods in ucar.unidata.idv.control with parameters of type NamedStationImplModifier and TypeMethodDescriptionvoidRangeAndBearingControl.setEndStation(NamedStationImpl n) Set the ending station property.voidRangeAndBearingControl.setStartStation(NamedStationImpl n) Set the starting station property.Method parameters in ucar.unidata.idv.control with type arguments of type NamedStationImplModifier and TypeMethodDescriptionprotected voidStationLocationControl.setSelectedStations(List<NamedStationImpl> stations) set the selected stations -
Uses of NamedStationImpl in ucar.unidata.metdata
Methods in ucar.unidata.metdata with parameters of type NamedStationImplModifier and TypeMethodDescriptionintNamedStationImpl.compareTo(NamedStationImpl stn) Compare this NamedStationImpl to another NamedStationImpl.