public interface SoundingAdapter
| Modifier and Type | Method and Description | 
|---|---|
SoundingOb[] | 
getSoundingObs()
Retrieve all the sounding observations in the dataset 
 | 
visad.DateTime[] | 
getSoundingTimes()
Retrieve an array of the sounding times available in the dataset. 
 | 
java.util.List | 
getSoundingTimes(SoundingStation station)
Retrieve a list of the sounding times available for the station. 
 | 
java.lang.String | 
getSource()
Get the source for this Adapter; used mostly by XML persistence. 
 | 
java.util.List | 
getStations()
Retrieves an array of the all stations in the dataset. 
 | 
java.util.List | 
getStations(visad.DateTime time)
Retrieves an array of the stations in the dataset for a given time. 
 | 
SoundingOb | 
initSoundingOb(SoundingOb so)
Make sure that the given SoundingOb has been fully initialized with data 
 | 
void | 
setSource(java.lang.String s)
Set the source for this Adapter; used mostly by XML persistence. 
 | 
void | 
update()
Update internal data to reflect the current state 
 | 
void update()
java.util.List getStations()
java.util.List getStations(visad.DateTime time)
time - time of observationSoundingOb[] getSoundingObs()
visad.DateTime[] getSoundingTimes()
java.util.List getSoundingTimes(SoundingStation station)
station - station of observationSoundingOb initSoundingOb(SoundingOb so)
so - SoundingOb to initializejava.lang.String getSource()
void setSource(java.lang.String s)
s - new source