OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
GDALRequestHandler.cc File Reference
#include "config.h"
#include <string>
#include <sstream>
#include <DMR.h>
#include <mime_util.h>
#include <D4BaseTypeFactory.h>
#include <InternalErr.h>
#include <Ancillary.h>
#include <debug.h>
#include <BESResponseHandler.h>
#include <BESResponseNames.h>
#include <BESDapNames.h>
#include <BESDASResponse.h>
#include <BESDDSResponse.h>
#include <BESDataDDSResponse.h>
#include <BESDMRResponse.h>
#include <BESVersionInfo.h>
#include <BESDapError.h>
#include <BESInternalFatalError.h>
#include <BESDataNames.h>
#include <TheBESKeys.h>
#include <BESUtil.h>
#include <BESServiceRegistry.h>
#include <BESContextManager.h>
#include <BESDebug.h>
#include "GDAL_DDS.h"
#include "GDAL_DMR.h"
#include "GDALRequestHandler.h"
Include dependency graph for GDALRequestHandler.cc:

Go to the source code of this file.

Macros

#define GDAL_NAME   "gdal"
 

Functions

void gdal_read_dataset_attributes (DAS &das, const string &filename)
 
GDALDatasetH gdal_read_dataset_variables (DDS *dds, const string &filename)
 

Macro Definition Documentation

#define GDAL_NAME   "gdal"

Definition at line 68 of file GDALRequestHandler.cc.

Referenced by GDALRequestHandler::gdal_build_help().

Function Documentation

void gdal_read_dataset_attributes ( DAS &  das,
const string &  filename 
)
GDALDatasetH gdal_read_dataset_variables ( DDS *  dds,
const string &  filename 
)