|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
This specialization of DDS 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_DDS.h>


Public Member Functions | |
| GDALDatasetH & | GDALDataset () |
| GDALDDS (DataDDS *ddsIn) | |
| GDALDDS (BaseTypeFactory *factory, const string &name) | |
| GDALDDS (const GDALDDS &rhs) | |
| GDALDDS & | operator= (const GDALDDS &rhs) |
| void | setGDALDataset (const GDALDatasetH &hDSIn) |
| ~GDALDDS () | |
This specialization of DDS 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 GDALDDS() destructor closes the file.
Definition at line 49 of file GDAL_DDS.h.
|
inline |
Definition at line 56 of file GDAL_DDS.h.
|
inline |
Definition at line 57 of file GDAL_DDS.h.
|
inline |
Definition at line 59 of file GDAL_DDS.h.
|
inline |
Definition at line 72 of file GDAL_DDS.h.
|
inline |
Definition at line 78 of file GDAL_DDS.h.
Definition at line 63 of file GDAL_DDS.h.
|
inline |
Definition at line 77 of file GDAL_DDS.h.
Referenced by GDALRequestHandler::gdal_build_data().