|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
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>


Public Member Functions | |
| GDALDatasetH & | GDALDataset () |
| GDALDMR (libdap::DMR *dmr) | |
| GDALDMR (libdap::D4BaseTypeFactory *factory, const string &name) | |
| GDALDMR (const GDALDMR &rhs) | |
| GDALDMR & | operator= (const GDALDMR &rhs) |
| void | setGDALDataset (const GDALDatasetH &hDSIn) |
| ~GDALDMR () | |
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.
|
inline |
Definition at line 48 of file GDAL_DMR.h.
|
inline |
Definition at line 49 of file GDAL_DMR.h.
|
inline |
Definition at line 51 of file GDAL_DMR.h.
|
inline |
Definition at line 65 of file GDAL_DMR.h.
|
inline |
Definition at line 71 of file GDAL_DMR.h.
Definition at line 55 of file GDAL_DMR.h.
|
inline |
Definition at line 70 of file GDAL_DMR.h.
Referenced by GDALRequestHandler::gdal_build_dmr().