bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <DODS_EndDate_Factory.h>
Public Member Functions | |
Constructors | |
Note that the default constructor is private. | |
DODS_EndDate_Factory (DDS &dds) | |
Access | |
virtual DODS_Date | get () |
Read dates from datasets based on text configuration values. Dates are returned using DODS_Date objects.
Definition at line 50 of file DODS_EndDate_Factory.h.
|
inlinevirtual |
Definition at line 55 of file DODS_EndDate_Factory.h.
|
inline |
Read the configuration information and decide how to build DODS_Date objects. The DODS_EndDate_Factory member function #get_date()# will return DODS_Date objects.
dds | The DDS of the dataset from which dates are to be read. |
das | The DAS of the dataset from which dates are to be read. |
Definition at line 69 of file DODS_EndDate_Factory.h.
|
virtualinherited |
Read a date value from a dataset.
Definition at line 160 of file DODS_Date_Factory.cc.