Package | Description |
---|---|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
Modifier and Type | Method and Description |
---|---|
NwxTextProductDataSource.TableInfo |
NwxTextProductDataSource.getTableInfo(ProductType productType)
Get the table for the product type
|
Modifier and Type | Method and Description |
---|---|
protected 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 productType
|
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.
|