bes
Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
DODS_EndDate_Time_Factory.h
1
2
// -*- mode: c++; c-basic-offset:4 -*-
3
4
// This file is part of ff_handler a FreeForm API handler for the OPeNDAP
5
// DAP2 data server.
6
7
// Copyright (c) 2005 OPeNDAP, Inc.
8
// Author: James Gallagher <jgallagher@opendap.org>
9
//
10
// This is free software; you can redistribute it and/or modify it under the
11
// terms of the GNU Lesser General Public License as published by the Free
12
// Software Foundation; either version 2.1 of the License, or (at your
13
// option) any later version.
14
//
15
// This software is distributed in the hope that it will be useful, but
16
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
18
// License for more details.
19
//
20
// You should have received a copy of the GNU Lesser General Public
21
// License along with this library; if not, write to the Free Software
22
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
//
24
// You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
25
26
27
// (c) COPYRIGHT URI/MIT 1998
28
// Please read the full copyright statement in the file COPYRIGHT.
29
//
30
// Authors:
31
// jhrg,jimg James Gallagher (jgallagher@gso.uri.edu)
32
// dan Daniel Holloway (dholloway@gso.uri.edu)
33
34
#ifndef _dods_enddate_time_factory_h
35
#define _dods_enddate_time_factory_h
36
37
38
#include "DODS_Date_Time.h"
39
#include "DODS_EndDate_Factory.h"
40
#include "DODS_EndTime_Factory.h"
41
48
49
class
DODS_EndDate_Time_Factory
{
50
private
:
51
DODS_EndDate_Factory
_ddf;
52
DODS_EndTime_Factory
_dtf;
53
54
public
:
55
58
60
67
68
DODS_EndDate_Time_Factory
(DDS &dds);
70
73
76
DODS_Date_Time
get
();
78
};
79
80
// $Log: DODS_EndDate_Time_Factory.h,v $
81
// Revision 1.3 2000/10/11 19:37:55 jimg
82
// Moved the CVS log entries to the end of files.
83
// Changed the definition of the read method to match the dap library.
84
// Added exception handling.
85
// Added exceptions to the read methods.
86
//
87
// Revision 1.2 2000/08/31 22:16:53 jimg
88
// Merged with 3.1.7
89
//
90
// Revision 1.1.2.1 2000/05/01 21:26:22 dan
91
// New server-side function to support date-range usage in time fields.
92
//
93
// Revision 1.1 1999/01/08 22:08:19 jimg
94
// Fixed doc++ comments.
95
//
96
97
#endif
// _dods_enddate_time_factory_h
DODS_Date_Time
Definition
DODS_Date_Time.h:47
DODS_EndDate_Factory
Definition
DODS_EndDate_Factory.h:50
DODS_EndDate_Time_Factory::get
DODS_Date_Time get()
Definition
DODS_EndDate_Time_Factory.cc:51
DODS_EndDate_Time_Factory::DODS_EndDate_Time_Factory
DODS_EndDate_Time_Factory(DDS &dds)
Definition
DODS_EndDate_Time_Factory.cc:45
DODS_EndTime_Factory
Definition
DODS_EndTime_Factory.h:50
modules
freeform_handler
DODS_EndDate_Time_Factory.h
Generated by
1.13.2