bes
Updated for version 3.20.6
|
29 #include "FoCovJsonRequestHandler.h"
30 #include <BESResponseHandler.h>
31 #include <BESResponseNames.h>
32 #include <BESVersionInfo.h>
33 #include <BESDataNames.h>
34 #include <BESDataNames.h>
35 #include <TheBESKeys.h>
82 string key =
"FoCovJson.Reference";
85 if (ref.empty()) ref =
"http://docs.opendap.org/index.php/BES_-_Modules_-_FileOut_COVJSON";
86 map<string, string> attrs;
87 attrs[
"name"] = MODULE_NAME;
88 attrs[
"version"] = MODULE_VERSION;
90 attrs[
"reference"] = ref;
91 info->begin_tag(
"module", &attrs);
92 info->end_tag(
"module");
110 info->add_module(MODULE_NAME, MODULE_VERSION);
123 strm << BESIndent::LMarg <<
"FoCovJsonRequestHandler::dump - (" << (
void *)
this <<
")" << endl;
126 BESIndent::UnIndent();
Represents a specific data type request handler.
static bool build_help(BESDataHandlerInterface &dhi)
adds help information for FileOut NetCDF to a help request
virtual ~FoCovJsonRequestHandler(void)
Any cleanup that needs to take place.
static bool build_version(BESDataHandlerInterface &dhi)
add version information to a version response
informational response object
static TheBESKeys * TheKeys()
virtual BESResponseObject * get_response_object()
return the current response object
virtual bool add_handler(const std::string &name, p_request_handler_method method)
Backward compatibility with the older version of this class.
virtual void dump(std::ostream &strm) const
dumps information about this object
exception thrown if internal error encountered
void get_value(const std::string &s, std::string &val, bool &found)
Retrieve the value of a given key, if set.
virtual void dump(std::ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.
FoCovJsonRequestHandler(const std::string &name)
Constructor for FileOut NetCDF module.
Abstract base class representing a specific set of information in response to a request to the BES.