Public Member Functions | |
nwsProducts () | |
nwsProducts (bool realTimeFlag, const float maxHistory) | |
void | addProduct (const DataTable &d) |
void | addProduct (const DataTable &d, code::SmartPtr< code::IndexRecordNotifier > *lb, const std::string &outputDir, const std::string &KMLoutputDir) |
void | writeTable (code::SmartPtr< code::IndexRecordNotifier > *lb, const std::string &outputDir) |
void | update (code::SmartPtr< code::IndexRecordNotifier > *lb, const std::string &outputDir, const std::string &KMLoutputDir) |
void | writeContours (code::SmartPtr< code::IndexRecordNotifier > *lb, const std::string &outputDir) |
void | writeKML (const std::string &KMLoutputDir) |
bool | getIsRealtime () const |
virtual | ~nwsProducts () |
code::nwsProducts::nwsProducts | ( | ) |
code::nwsProducts::nwsProducts | ( | bool | realTimeFlag, | |
const float | maxHistory | |||
) |
virtual code::nwsProducts::~nwsProducts | ( | ) | [virtual] |
void code::nwsProducts::addProduct | ( | const DataTable & | d, | |
code::SmartPtr< code::IndexRecordNotifier > * | lb, | |||
const std::string & | outputDir, | |||
const std::string & | KMLoutputDir | |||
) |
void code::nwsProducts::addProduct | ( | const DataTable & | d | ) |
bool code::nwsProducts::getIsRealtime | ( | ) | const [inline] |
void code::nwsProducts::update | ( | code::SmartPtr< code::IndexRecordNotifier > * | lb, | |
const std::string & | outputDir, | |||
const std::string & | KMLoutputDir | |||
) |
void code::nwsProducts::writeContours | ( | code::SmartPtr< code::IndexRecordNotifier > * | lb, | |
const std::string & | outputDir | |||
) |
void code::nwsProducts::writeKML | ( | const std::string & | KMLoutputDir | ) |
void code::nwsProducts::writeTable | ( | code::SmartPtr< code::IndexRecordNotifier > * | lb, | |
const std::string & | outputDir | |||
) |