Package ucar.unidata.data.sounding
Class RaobDataSet
java.lang.Object
ucar.unidata.data.sounding.RaobDataSet
Holds sounding data from the chooser
- Version:
- $Revision: 1.9 $
- Author:
- IDV development team
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty ctor for unpersistingRaobDataSet
(SoundingAdapter adapter, List soundingObs) Create a new RaobDataSet -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the source for the adapterGet the adapter for this datasetGet theSoundingOb
s for this dataset.Initialize the sounding in the obvoid
Set the sounding adapter for this datasetvoid
setSoundingObs
(List value) Set theSoundingOb
s for this dataset.
-
Constructor Details
-
RaobDataSet
public RaobDataSet()Empty ctor for unpersisting -
RaobDataSet
Create a new RaobDataSet- Parameters:
adapter
- adapter for datasoundingObs
- list of sounding observations
-
-
Method Details
-
equals
-
setSoundingObs
Set theSoundingOb
s for this dataset. Used by XML persistence.- Parameters:
value
- list of obs
-
getSoundingObs
Get theSoundingOb
s for this dataset. Used by XML persistence.- Returns:
- list of obs
-
initSoundingOb
Initialize the sounding in the ob- Parameters:
so
- sounding observation to initialize- Returns:
- the initialized ob
-
getAdapterSource
Get the source for the adapter- Returns:
- the source (file, server)
-
setSoundingAdapter
Set the sounding adapter for this dataset- Parameters:
a
- new adapter
-
getSoundingAdapter
Get the adapter for this dataset- Returns:
- the adapter
-