RAVE
|
Represents one vertical profile. More...
Public Attributes | |
RAVE_OBJECT_HEAD RaveDateTime_t * | datetime |
Always on top. | |
RaveDateTime_t * | startdatetime |
the instances of starttime and startdate under sublevel what | |
RaveDateTime_t * | enddatetime |
the instances of endtime and enddate under sublevel what | |
char * | product |
The product, in this case VP. | |
char * | source |
the source string | |
char * | prodname |
the product name | |
RaveAttributeTable_t * | attrs |
attributes | |
RaveObjectHashTable_t * | fields |
the fields | |
double | lon |
the longitude in radians | |
double | lat |
the latitude in radians | |
double | height |
the height of the centre of the antenna | |
long | levels |
the number of points in the profile | |
double | interval |
Vertical distance (m) between height intervals, or 0.0 if variable. | |
double | minheight |
Minimum height in meters above mean sea level. | |
double | maxheight |
Maximum height in meters above mean sea level. | |
Represents one vertical profile.
RaveAttributeTable_t* _VerticalProfile_t::attrs |
attributes
RAVE_OBJECT_HEAD RaveDateTime_t* _VerticalProfile_t::datetime |
Always on top.
the /what/date, /what/time instances
RaveDateTime_t* _VerticalProfile_t::enddatetime |
the instances of endtime and enddate under sublevel what
RaveObjectHashTable_t* _VerticalProfile_t::fields |
the fields
double _VerticalProfile_t::height |
the height of the centre of the antenna
double _VerticalProfile_t::interval |
Vertical distance (m) between height intervals, or 0.0 if variable.
double _VerticalProfile_t::lat |
the latitude in radians
long _VerticalProfile_t::levels |
the number of points in the profile
double _VerticalProfile_t::lon |
the longitude in radians
double _VerticalProfile_t::maxheight |
Maximum height in meters above mean sea level.
double _VerticalProfile_t::minheight |
Minimum height in meters above mean sea level.
char* _VerticalProfile_t::prodname |
the product name
char* _VerticalProfile_t::product |
The product, in this case VP.
char* _VerticalProfile_t::source |
the source string
RaveDateTime_t* _VerticalProfile_t::startdatetime |
the instances of starttime and startdate under sublevel what