Uses of Class
ucar.unidata.data.text.NwxTextProductDataSource.TableInfo
Packages that use NwxTextProductDataSource.TableInfo
-
Uses of NwxTextProductDataSource.TableInfo in ucar.unidata.data.text
Methods in ucar.unidata.data.text that return NwxTextProductDataSource.TableInfoModifier and TypeMethodDescriptionNwxTextProductDataSource.getTableInfo
(ProductType productType) Get the table for the product typeMethods in ucar.unidata.data.text with parameters of type NwxTextProductDataSource.TableInfoModifier and TypeMethodDescriptionprotected boolean
AddeTextProductDataSource.canHandleType
(NwxTextProductDataSource.TableInfo ti) Can we handle this type of data?protected boolean
NwxTextProductDataSource.canHandleType
(NwxTextProductDataSource.TableInfo ti) Can we handle this type of data?protected NamedStationTable
NwxTextProductDataSource.getAvailableStations
(NamedStationTable all, NwxTextProductDataSource.TableInfo tableInfo, DateSelection dateSelection) Get the stations for a productTypeAddeTextProductDataSource.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.