bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5BaseArray.cc File Reference

Implementation of a helper class that aims to reduce code redundence for different special CF derived array class For example, format_constraint has been called by different CF derived array class, and write_nature_number_buffer has also be used by missing variables on both HDF-EOS5 and generic HDF5 products. More...

#include <iostream>
#include <sstream>
#include <cassert>
#include <algorithm>
#include <memory>
#include <BESDebug.h>
#include <libdap/InternalErr.h>
#include "HDF5BaseArray.h"
#include "HDF5RequestHandler.h"
#include "ObjMemCache.h"
Include dependency graph for HDF5BaseArray.cc:

Go to the source code of this file.

Detailed Description

Implementation of a helper class that aims to reduce code redundence for different special CF derived array class For example, format_constraint has been called by different CF derived array class, and write_nature_number_buffer has also be used by missing variables on both HDF-EOS5 and generic HDF5 products.

This class converts HDF5 array type into DAP array.

Author
Kent Yang (myang.nosp@m.6@hd.nosp@m.fgrou.nosp@m.p.or.nosp@m.g) Copyright (c) 2011-2023 The HDF Group

All rights reserved.

Definition in file HDF5BaseArray.cc.