bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This file contains the implementation on data array reading for the default option. More...
#include <iostream>
#include <memory>
#include <BESDebug.h>
#include <libdap/Error.h>
#include <libdap/InternalErr.h>
#include "HDF5Array.h"
#include "HDF5Structure.h"
#include "HDF5Str.h"
Go to the source code of this file.
This file contains the implementation on data array reading for the default option.
It includes the methods to read data array into DAP buffer from an HDF5 dataset.
Definition in file HDF5Array.cc.