OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
GDALDMR Class Reference

This specialization of DMR is used to manage the 'resource' of the open GDAL dataset handle so that the BES will close that handle once the framework is done working with the file. More...

#include <GDAL_DMR.h>

Inheritance diagram for GDALDMR:
Inheritance graph
Collaboration diagram for GDALDMR:
Collaboration graph

Public Member Functions

GDALDatasetH & GDALDataset ()
 
 GDALDMR (libdap::DMR *dmr)
 
 GDALDMR (libdap::D4BaseTypeFactory *factory, const string &name)
 
 GDALDMR (const GDALDMR &rhs)
 
GDALDMRoperator= (const GDALDMR &rhs)
 
void setGDALDataset (const GDALDatasetH &hDSIn)
 
 ~GDALDMR ()
 

Detailed Description

This specialization of DMR is used to manage the 'resource' of the open GDAL dataset handle so that the BES will close that handle once the framework is done working with the file.

This provides a way for the code in gdal_dds.cc to read binary objects from the file using the gdal library and embed those in instances of Grid. Those Grid variables are used later on (but during the same service request, so the binary data are still valid). When the DDS is deleted by the BES, the GDALDMR() destructor closes the file.

Definition at line 41 of file GDAL_DMR.h.

Constructor & Destructor Documentation

GDALDMR::GDALDMR ( libdap::DMR *  dmr)
inline

Definition at line 48 of file GDAL_DMR.h.

GDALDMR::GDALDMR ( libdap::D4BaseTypeFactory *  factory,
const string &  name 
)
inline

Definition at line 49 of file GDAL_DMR.h.

GDALDMR::GDALDMR ( const GDALDMR rhs)
inline

Definition at line 51 of file GDAL_DMR.h.

GDALDMR::~GDALDMR ( )
inline

Definition at line 65 of file GDAL_DMR.h.

Member Function Documentation

GDALDatasetH& GDALDMR::GDALDataset ( )
inline

Definition at line 71 of file GDAL_DMR.h.

GDALDMR& GDALDMR::operator= ( const GDALDMR rhs)
inline

Definition at line 55 of file GDAL_DMR.h.

void GDALDMR::setGDALDataset ( const GDALDatasetH &  hDSIn)
inline

Definition at line 70 of file GDAL_DMR.h.

Referenced by GDALRequestHandler::gdal_build_dmr().


The documentation for this class was generated from the following file: