|
WXP C++ Library Version 6.74.9
|
This class stores upper air sounding data by type (mandatory, significant, wind levels) More...
#include "../include/UpaRawinData.h"
Public Member Functions | |
| UpaRawinData () | |
| int | init () |
| int | setType (int rtype) |
| int | getType () |
| int | setDate (Date rdate) |
| Date | getDate () |
| int | getTime () |
| int | setId (const char *rid) |
| int | setId (const char *rid, const char *rwmo, float rlat, float rlon) |
| const char * | getId () |
| int | setArea (const char *rarea) |
| const char * | getArea () |
| int | setWmo (const char *rwmo) |
| const char * | getWmo () |
| int | setLat (float rlat) |
| int | setLon (float rlon) |
| int | setLoc (float rlat, float rlon) |
| int | getLoc (float &rlat, float &rlon) |
| float | getLat () |
| float | getLon () |
| EarthPoint | getLoc () |
| int | setElev (float relev) |
| float | getElev () |
| int | setSfc (int rsfc) |
| int | getSfc () |
| int | setTrop (int rtrop) |
| int | getTrop () |
| int | setMaxWnd (int rmaxwnd) |
| int | getMaxWnd () |
| int | getNumMan () |
| int | setMan (int ind, UpaLevel rlevel) |
| int | addMan (UpaLevel rlevel) |
| float | getManPr (int i) |
| UpaLevel | getMan (int i) |
| int | getNumSig () |
| int | setSig (int ind, UpaLevel rlevel) |
| int | addSig (UpaLevel rlevel) |
| float | getSigPr (int i) |
| UpaLevel | getSig (int i) |
| int | getNumWnd () |
| int | setWnd (int ind, UpaLevel rlevel) |
| int | addWnd (UpaLevel rlevel) |
| float | getWndHt (int i) |
| UpaLevel | getWnd (int i) |
| int | sort () |
| int | print () |
Static Public Attributes | |
| static const int | max_man = 25 |
| static const int | max_sig = 250 |
| static const int | max_wnd = 150 |
Friends | |
| class | UpaTool |
This class stores upper air sounding data by type (mandatory, significant, wind levels)
| UpaRawinData::UpaRawinData | ( | ) |
Constructor. Initializes class values
References init().
| int UpaRawinData::init | ( | ) |
Initializes class values
References WXP::Date::init(), init(), and WXP::Const::MISS.
Referenced by WXP::UpaDecode::decode(), init(), and UpaRawinData().