OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
GDALRequestHandler.h
Go to the documentation of this file.
1 
2 // -*- mode: c++; c-basic-offset:4 -*-
3 
4 // This file is part of nc_handler, a data handler for the OPeNDAP data
5 // server.
6 
7 // This file is part of the GDAL OPeNDAP Adapter
8 
9 // Copyright (c) 2004 OPeNDAP, Inc.
10 // Author: Frank Warmerdam <warmerdam@pobox.com>
11 //
12 // This library is free software; you can redistribute it and/or
13 // modify it under the terms of the GNU Lesser General Public
14 // License as published by the Free Software Foundation; either
15 // version 2.1 of the License, or (at your option) any later version.
16 //
17 // This library is distributed in the hope that it will be useful,
18 // but WITHOUT ANY WARRANTY; without even the implied warranty of
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 // Lesser General Public License for more details.
21 //
22 // You should have received a copy of the GNU Lesser General Public
23 // License along with this library; if not, write to the Free Software
24 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 //
26 // You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
27 
28 
29 // CDFRequestHandler.h
30 
31 #ifndef I_GDALRequestHandler_H
32 #define I_GDALRequestHandler_H 1
33 
34 #include <BESRequestHandler.h>
35 
37 private:
38 #if 0
39  static bool _show_shared_dims ;
40  static bool _show_shared_dims_set ;
41 
42  static bool _ignore_unknown_types ;
43  static bool _ignore_unknown_types_set ;
44 #endif
45 public:
46  GDALRequestHandler( const string &name ) ;
47  virtual ~GDALRequestHandler( void ) ;
48 
49  static bool gdal_build_das( BESDataHandlerInterface &dhi ) ;
50  static bool gdal_build_dds( BESDataHandlerInterface &dhi ) ;
51  static bool gdal_build_data( BESDataHandlerInterface &dhi ) ;
52  static bool gdal_build_dmr(BESDataHandlerInterface &dhi);
53  static bool gdal_build_help( BESDataHandlerInterface &dhi ) ;
54  static bool gdal_build_version( BESDataHandlerInterface &dhi ) ;
55 
56 #if 0
57  // These examples show how to set these kinds of BESKey params up
58  // but these examples are not used by the code. jhrg 9/24/12
59  static bool get_show_shared_dims() { return _show_shared_dims; }
60  static bool get_ignore_unknown_types() { return _ignore_unknown_types; }
61 #endif
62 };
63 
64 #endif
65 
static bool gdal_build_das(BESDataHandlerInterface &dhi)
static bool gdal_build_dmr(BESDataHandlerInterface &dhi)
GDALRequestHandler(const string &name)
static bool gdal_build_help(BESDataHandlerInterface &dhi)
virtual ~GDALRequestHandler(void)
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.
static bool gdal_build_version(BESDataHandlerInterface &dhi)
static bool gdal_build_data(BESDataHandlerInterface &dhi)
static bool gdal_build_dds(BESDataHandlerInterface &dhi)