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


Public Member Functions | |
| virtual | ~DODS_Time_Factory () |
Constructors | |
Note that the default constructor is private. | |
| DODS_Time_Factory (DDS &dds, const string &attribute_name="DODS_Time") | |
| Read the configuration information and decide how to build DODS_Time objects. More... | |
Access | |
| virtual DODS_Time | get () |
| Read a time value from a dataset. More... | |
Protected Member Functions | |
| DODS_Time_Factory () | |
Read times from datasets based on text configuration values.
Times are returned using DODS_Time objects.
Definition at line 50 of file DODS_Time_Factory.h.
|
inlineprotected |
Definition at line 58 of file DODS_Time_Factory.h.
|
inlinevirtual |
Definition at line 61 of file DODS_Time_Factory.h.
| DODS_Time_Factory::DODS_Time_Factory | ( | DDS & | dds, |
| const string & | attribute_name = "DODS_Time" |
||
| ) |
Read the configuration information and decide how to build DODS_Time objects.
The DODS_Time_Factory member function #get_time()# will return DODS_Time objects.
| dds | The DDS of the dataset from which times are to be read. |
| das | The DAS of the dataset from which times are to be read. |
| attribute_name | The name of the attribute container in the DAS that holds configuration inforamtion for the instance of DODS_Time. |
Definition at line 51 of file DODS_Time_Factory.cc.
References is_float_type(), and is_integer_type().

|
virtual |
Read a time value from a dataset.
Definition at line 93 of file DODS_Time_Factory.cc.
References get_float_value(), and get_integer_value().
Referenced by DODS_Date_Time_Factory::get(), DODS_EndDate_Time_Factory::get(), and DODS_StartDate_Time_Factory::get().
