|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Read dates from datasets based on text configuration values. More...
#include <DODS_StartDate_Factory.h>


Public Member Functions | |
| virtual | ~DODS_StartDate_Factory () |
Constructors | |
Note that the default constructor is private. | |
| DODS_StartDate_Factory (DDS &dds) | |
| Read the configuration information and decide how to build DODS_Date objects. More... | |
Access | |
| virtual DODS_Date | get () |
| Read a date value from a dataset. More... | |
Read dates from datasets based on text configuration values.
Dates are returned using DODS_Date objects.
Definition at line 72 of file DODS_StartDate_Factory.h.
|
inlinevirtual |
Definition at line 77 of file DODS_StartDate_Factory.h.
|
inline |
Read the configuration information and decide how to build DODS_Date objects.
The DODS_StartDate_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 91 of file DODS_StartDate_Factory.h.
|
virtualinherited |
Read a date value from a dataset.
Definition at line 160 of file DODS_Date_Factory.cc.
References get_integer_value(), yd, ym, and ymd.
Referenced by DODS_Date_Time_Factory::get(), DODS_EndDate_Time_Factory::get(), and DODS_StartDate_Time_Factory::get().
