bes
Updated for version 3.20.6
|
#include <DODS_Date_Factory.h>
Public Member Functions | |
Constructors | |
Note that the default constructor is private. | |
DODS_Date_Factory (DDS &dds, const string &attribute_name="DODS_Date") | |
Read dates from datasets based on text configuration values. Dates are returned using DODS_Date objects.
Definition at line 50 of file DODS_Date_Factory.h.
DODS_Date_Factory::DODS_Date_Factory | ( | DDS & | dds, |
const string & | attribute_name = "DODS_Date" |
||
) |
Read the configuration information and decide how to build DODS_Date objects. The DODS_Date_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. |
attribute_name | The name of the attribute container where configuration information for the #date# servers-side function can be found. |
Definition at line 51 of file DODS_Date_Factory.cc.
|
virtual |
Read a date value from a dataset.
Definition at line 160 of file DODS_Date_Factory.cc.