| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.ft.radial | |
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StationRadarCollection.checkStationProduct(Product product)
check if the product available for all stations.
|
boolean |
StationRadarCollection.checkStationProduct(java.lang.String stationName,
Product product)
check if the product available for one station
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StationRadarCollectionImpl.checkStationProduct(java.lang.String stationName,
Product product) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StationRadialDataset.checkStationProduct(Product product)
check if the product available for all stations.
|
boolean |
StationRadialDataset.checkStationProduct(java.lang.String stationName,
Product product)
check if the product available for one station
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Product> |
TDSRadarDatasetCollection.getRadarProducts()
get products of dataset collection
|
java.util.List<Product> |
TDSRadarDatasetCollection.readSelectVariable(org.jdom.Element elem,
org.jdom.Namespace ns)
get variable list from parent element
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDSRadarDatasetCollection.checkStationProduct(Product product)
check the exist of a product in this dataset collection
|
boolean |
DqcRadarDatasetCollection.checkStationProduct(Product product)
_more_
|
boolean |
TDSRadarDatasetCollection.checkStationProduct(java.lang.String sName,
Product product)
check the exist of a product in this dataset collection
|
boolean |
DqcRadarDatasetCollection.checkStationProduct(java.lang.String sName,
Product product)
_more_
|