|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoundingAdapter
Interface for adapting and retrieving sounding datasets into SoundingObs
| Method Summary | |
|---|---|
SoundingOb[] |
getSoundingObs()
Retrieve all the sounding observations in the dataset |
DateTime[] |
getSoundingTimes()
Retrieve an array of the sounding times available in the dataset. |
List |
getSoundingTimes(SoundingStation station)
Retrieve a list of the sounding times available for the station. |
String |
getSource()
Get the source for this Adapter; used mostly by XML persistence. |
List |
getStations()
Retrieves an array of the all stations in the dataset. |
List |
getStations(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(String s)
Set the source for this Adapter; used mostly by XML persistence. |
void |
update()
Update internal data to reflect the current state |
| Method Detail |
|---|
void update()
List getStations()
List getStations(DateTime time)
time - time of observation
SoundingOb[] getSoundingObs()
DateTime[] getSoundingTimes()
List getSoundingTimes(SoundingStation station)
station - station of observation
SoundingOb initSoundingOb(SoundingOb so)
so - SoundingOb to initialize
String getSource()
void setSource(String s)
s - new source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||