bes
Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5CFProj.h
1
// This file is part of the hdf5 data handler for the OPeNDAP data server.
2
// This is to support the HDF-EOS5 grid for the default option.
3
// The grid mapping variable is declared here.
5
#ifndef _HDF5CFPROJ_H
6
#define _HDF5CFPROJ_H
7
8
#include <libdap/Byte.h>
9
10
class
HDF5CFProj:
public
libdap::Byte {
11
public
:
12
HDF5CFProj(
const
std::string & varname,
const
std::string &datasetname);
13
~ HDF5CFProj()
override
=
default
;
14
libdap::BaseType *ptr_duplicate()
override
;
15
bool
read()
override
;
16
};
17
18
#endif
// _HDF5CFPROJ_H
19
modules
hdf5_handler
HDF5CFProj.h
Generated by
1.13.2