Package | Description |
---|---|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SoundingStation> |
SoundingAdapterImpl.stations
List of stations
|
Modifier and Type | Method and Description |
---|---|
SoundingStation |
SoundingOb.getStation()
Return the station information associated with this observation
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SoundingStation> |
SoundingAdapterImpl.getStations()
Retrieves a list of the stations in the dataset.
|
java.util.List<SoundingStation> |
SoundingAdapterImpl.getStations(visad.DateTime time)
Retrieves a list of the stations in the dataset for a given time.
|
Modifier and Type | Method and Description |
---|---|
SoundingOb |
SoundingAdapterImpl.getSoundingOb(SoundingStation station)
Retrieve the first sounding observation found for the given station.
|
java.util.List<visad.DateTime> |
SoundingAdapterImpl.getSoundingTimes(SoundingStation station)
Retrieves a list of the times in the dataset for a given station.
|
java.util.List |
SoundingAdapter.getSoundingTimes(SoundingStation station)
Retrieve a list of the sounding times available for the station.
|
void |
SoundingOb.setStation(SoundingStation s)
Set the station
|
Constructor and Description |
---|
SoundingOb(SoundingStation station,
visad.DateTime timestamp)
Create a sounding observation.
|
SoundingOb(SoundingStation station,
visad.DateTime timestamp,
RAOB raob)
Create a sounding observation.
|