Package | Description |
---|---|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Method and Description |
---|---|
RAOB |
SoundingOb.getRAOB()
Return the RAOB associated with this observation
|
protected RAOB |
TrackInfo.makeRAOB()
Make the RAOB
|
Modifier and Type | Method and Description |
---|---|
protected void |
SoundingOb.setRAOB(RAOB r)
Set the RAOB member
|
Constructor and Description |
---|
SoundingOb(SoundingStation station,
visad.DateTime timestamp,
RAOB raob)
Create a sounding observation.
|
Modifier and Type | Method and Description |
---|---|
protected RAOB |
DataModelImpl.getRAOB(int index)
Returns the RAOB at the given index.
|