25#ifndef A_JPEG2000Transmitter_h 
   26#define A_JPEG2000Transmitter_h 1 
   28#include <BESTransmitter.h> 
   43    static void return_temp_stream(
const std::string &filename, std::ostream &strm);
 
   44    static std::string temp_dir;
 
   55    static std::string default_gcs;
 
 
A container is something that holds data. E.G., a netcdf file or a database entry.
Structure storing information used by the BES to handle the request.
Abstract base class representing a specific set of information in response to a request to the BES.
JPEG2000Transmitter()
Construct the JPEG2000Transmitter, adding it with name geotiff to be able to transmit a data response...
static void send_data_as_jp2(BESResponseObject *obj, BESDataHandlerInterface &dhi)
The static method registered to transmit OPeNDAP data objects as a netcdf file.