#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"
Go to the source code of this file.
| void gdal_read_dataset_attributes |
( |
DAS & |
das, |
|
|
const string & |
filename |
|
) |
| |
| GDALDatasetH gdal_read_dataset_variables |
( |
DDS * |
dds, |
|
|
const string & |
filename |
|
) |
| |