|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
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 <debug.h>#include "InternalErr.h"#include <BESDebug.h>#include "HDF5BaseArray.h"
Go to the source code of this file.
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.
All rights reserved.
Definition in file HDF5BaseArray.cc.