bes
Updated for version 3.20.6
|
#include <HDF5_DMR.h>
Public Member Functions | |
HDF5DMR (const HDF5DMR &rhs) | |
HDF5DMR (libdap::D4BaseTypeFactory *factory, const string &name) | |
HDF5DMR (libdap::DMR *dmr) | |
HDF5DMR & | operator= (const HDF5DMR &rhs) |
void | setHDF5Dataset (const hid_t fileid_in) |
This specialization of DMR is used to manage the 'resource' of the open HDF4 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 DMR is deleted by the BES, the HDF5DMR() destructor closes the file.
Definition at line 40 of file HDF5_DMR.h.