|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.sounding.RaobDataSet
public class RaobDataSet
Holds sounding data from the chooser
| Constructor Summary | |
|---|---|
RaobDataSet()
Empty ctor for unpersisting |
|
RaobDataSet(SoundingAdapter adapter,
List soundingObs)
Create a new RaobDataSet |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getAdapterSource()
Get the source for the adapter |
SoundingAdapter |
getSoundingAdapter()
Get the adapter for this dataset |
List |
getSoundingObs()
Get the SoundingObs for this dataset. |
SoundingOb |
initSoundingOb(SoundingOb so)
Initialize the sounding in the ob |
void |
setSoundingAdapter(SoundingAdapter a)
Set the sounding adapter for this dataset |
void |
setSoundingObs(List value)
Set the SoundingObs for this dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RaobDataSet()
public RaobDataSet(SoundingAdapter adapter,
List soundingObs)
adapter - adapter for datasoundingObs - list of sounding observations| Method Detail |
|---|
public boolean equals(Object object)
equals in class Objectpublic void setSoundingObs(List value)
SoundingObs for this dataset. Used by XML persistence.
value - list of obspublic List getSoundingObs()
SoundingObs for this dataset. Used by XML persistence.
public SoundingOb initSoundingOb(SoundingOb so)
so - sounding observation to initialize
public String getAdapterSource()
public void setSoundingAdapter(SoundingAdapter a)
a - new adapterpublic SoundingAdapter getSoundingAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||