bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <DODS_StartTime_Factory.h>
Public Member Functions | |
Constructors | |
Note that the default constructor is private. | |
DODS_StartTime_Factory (DDS &dds) | |
Access | |
virtual DODS_Time | get () |
Read times from datasets based on text configuration values. Times are returned using DODS_Time objects.
Definition at line 51 of file DODS_StartTime_Factory.h.
|
inlinevirtual |
Definition at line 57 of file DODS_StartTime_Factory.h.
|
inline |
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. |
Definition at line 71 of file DODS_StartTime_Factory.h.
|
virtualinherited |
Read a time value from a dataset.
Definition at line 93 of file DODS_Time_Factory.cc.