|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <iostream>#include "FONgModule.h"#include "GeoTiffTransmitter.h"#include "JPEG2000Transmitter.h"#include "FONgRequestHandler.h"#include "BESRequestHandlerList.h"#include <BESReturnManager.h>#include <BESServiceRegistry.h>#include <BESDapNames.h>#include <TheBESKeys.h>#include <BESDebug.h>
Go to the source code of this file.
Macros | |
| #define | JP2 1 |
| #define | RETURNAS_GEOTIFF "geotiff" |
| #define | RETURNAS_JPEG2000 "jpeg2000" |
Functions | |
| BESAbstractModule * | maker () |
| A c function that adds this module to the list of modules to be dynamically loaded. More... | |
| #define JP2 1 |
Definition at line 48 of file FONgModule.cc.
| #define RETURNAS_GEOTIFF "geotiff" |
Definition at line 45 of file FONgModule.cc.
Referenced by FONgModule::initialize(), and FONgModule::terminate().
| #define RETURNAS_JPEG2000 "jpeg2000" |
Definition at line 46 of file FONgModule.cc.
Referenced by FONgModule::initialize(), and FONgModule::terminate().
| BESAbstractModule* maker | ( | ) |
A c function that adds this module to the list of modules to be dynamically loaded.
Definition at line 132 of file FONgModule.cc.