WXP C++ Library Version 6.74.9
|
This class puts surface data into a Data class for further processing. More...
#include "../include/SfcRaw.h"
Public Member Functions | |
SfcRaw (const char *param) | |
int | init () |
int | setParam (const char *str) |
int | setPath (const char *path) |
int | setFile () |
int | setInput (const char *str) |
int | setNameConv (const char *name) |
int | setHour (const char *str) |
int | setFilename () |
int | setFilename (Date &date) |
int | setFilename (const char *str) |
int | setFilename (Date &date, const char *param) |
int | setDefPrior (int rprior) |
int | setStatPrior (const char *str) |
int | setVariable (const char *str) |
int | getDate (Date &date) |
int | setDomain (Domain &rdomain) |
int | setVarFile (const char *file) |
int | getDomain (Domain &rdomain) |
int | createHash () |
int | setPrior (Domain &domain) |
int | getInfo (SfcData &sfcdata, Datum &datum) |
int | compute (Raw &data) |
int | print () |
This class puts surface data into a Data class for further processing.
int SfcRaw::compute | ( | Raw & | data | ) |
Plots the surface data
grids | The grids array |
References WXP::Domain::adjustDir(), WXP::SfcDataTool::compute(), WXP::Const::DRC, WXP::StrLib::equal(), WXP::String::get(), WXP::Datum::getData(), WXP::SfcFile::getDate(), WXP::Datum::getLoc(), WXP::Filename::getName(), WXP::SfcDataTool::getUnits(), WXP::Datum::init(), WXP::Wxp::isDebug(), WXP::Convert::KTtoMPS(), WXP::Const::MISS, WXP::SfcFile::open(), WXP::Wxp::outMessage(), WXP::VarList::print(), WXP::FileAttr::READ, WXP::SfcFile::read(), WXP::Filename::setFile(), WXP::Data::setId(), WXP::VarSpec::toInfoLabel(), WXP::String::valid(), and WXP::StrLib::valid().
Referenced by WXP::SfcGrid::compute().
int SfcRaw::getDate | ( | Date & | date | ) |
Gets the date information from the input file
date | Date values |
References WXP::Filename::getDate().
Referenced by WXP::SfcGrid::getDate().
int SfcRaw::setInput | ( | const char * | str | ) |
Sets the input file type
str | The file type |
int SfcRaw::setNameConv | ( | const char * | name | ) |
Sets the file name convention
name | The name convention |
References WXP::Filename::setNameConv().
Referenced by WXP::SfcGrid::setNameConv().
int SfcRaw::setVariable | ( | const char * | str | ) |
Sets the variable to be plotted
str | Variable string |
References WXP::String::set().
Referenced by WXP::SfcGrid::setVariable().