OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
HDF5RequestHandler.h
Go to the documentation of this file.
1 // -*- mode: c++; c-basic-offset:4 -*-
2 
3 // This file is part of hdf5_handler, a data handler for the OPeNDAP data
4 // server.
5 
6 // Copyright (c) 2002,2003 OPeNDAP, Inc.
7 // Author: James Gallagher <jgallagher@opendap.org>
8 //
9 // This is free software; you can redistribute it and/or modify it under the
10 // terms of the GNU Lesser General Public License as published by the Free
11 // Software Foundation; either version 2.1 of the License, or (at your
12 // option) any later version.
13 //
14 // This software is distributed in the hope that it will be useful, but
15 // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
17 // License for more details.
18 //
19 // You should have received a copy of the GNU Lesser General Public
20 // License along with this library; if not, write to the Free Software
21 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 //
23 // You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
24 
25 // HDF5RequestHandler.h
26 
27 #ifndef I_HDF5RequestHandler_H
28 #define I_HDF5RequestHandler_H 1
29 
30 #include "BESRequestHandler.h"
31 
38  public:
39  HDF5RequestHandler(const string & name);
40  virtual ~HDF5RequestHandler(void);
41 
42  static bool hdf5_build_das(BESDataHandlerInterface & dhi);
43  static bool hdf5_build_dds(BESDataHandlerInterface & dhi);
44  static bool hdf5_build_data(BESDataHandlerInterface & dhi);
46 #ifdef USE_DAP4
47  static bool hdf5_build_dmr(BESDataHandlerInterface & dhi);
48  static bool hdf5_build_dmr_with_IDs(BESDataHandlerInterface &dhi);
49 #endif
50  static bool hdf5_build_help(BESDataHandlerInterface & dhi);
52 };
53 
54 #endif
static bool hdf5_build_data_with_IDs(BESDataHandlerInterface &dhi)
static bool hdf5_build_data(BESDataHandlerInterface &dhi)
static bool hdf5_build_version(BESDataHandlerInterface &dhi)
static bool hdf5_build_help(BESDataHandlerInterface &dhi)
virtual ~HDF5RequestHandler(void)
static bool hdf5_build_das(BESDataHandlerInterface &dhi)
Represents a specific data type request handler.
static bool hdf5_build_dds(BESDataHandlerInterface &dhi)
Structure storing information used by the BES to handle the request.
HDF5RequestHandler(const string &name)