bes
Updated for version 3.20.6
|
25 #ifndef I_FONgRequestHandler_H
26 #define I_FONgRequestHandler_H 1
28 #include "BESRequestHandler.h"
38 static bool d_use_byte_for_geotiff_bands;
44 virtual void dump(std::ostream &strm)
const;
49 static bool get_use_byte_for_geotiff_bands() {
return d_use_byte_for_geotiff_bands; }
Represents a specific data type request handler.
static bool build_help(BESDataHandlerInterface &dhi)
adds help information for FileOut GDAL to a help request
A Request Handler for the Fileout GDAL request.
FONgRequestHandler(const std::string &name)
Constructor for FileOut GDAL module.
Structure storing information used by the BES to handle the request.
virtual void dump(std::ostream &strm) const
dumps information about this object
static bool build_version(BESDataHandlerInterface &dhi)
add version information to a version response
virtual ~FONgRequestHandler(void)
Any cleanup that needs to take place.