Package | Description |
---|---|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
Modifier and Type | Method and Description |
---|---|
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
|