| Package | Description |
|---|---|
| thredds.server.radarServer |
| Modifier and Type | Method and Description |
|---|---|
static DatasetRepository.RadarType |
DatasetRepository.RadarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetRepository.RadarType[] |
DatasetRepository.RadarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Station |
StationRadarServerController.getStation(String station,
DatasetRepository.RadarType radarType)
returns station or null
|
static Station |
RadarServerUtil.getStation(String station,
DatasetRepository.RadarType radarType)
returns station or null
|
static boolean |
RadarServerUtil.isStation(String station,
DatasetRepository.RadarType radarType)
returns true if a station
|
static boolean |
RadarServerUtil.isStationListEmpty(List<String> stations,
DatasetRepository.RadarType radarType)
Determine if any of the given station names are actually in the dataset.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.