OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
DODS_StartDate_Time_Factory Class Reference

Read dates from datasets based on text configuration values. More...

#include <DODS_StartDate_Time_Factory.h>

Collaboration diagram for DODS_StartDate_Time_Factory:
Collaboration graph

Public Member Functions

Constructors

Note that the default constructor is private.

 DODS_StartDate_Time_Factory (DDS &dds)
 Read the configuration information and decide how to build DODS_Date_Time objects. More...
 
Access
DODS_Date_Time get ()
 Read a date/time value from a dataset. More...
 

Detailed Description

Read dates from datasets based on text configuration values.

Dates are returned using DODS_Date objects.

See also
DODS_Date_Time
Author
Daniel Holloway
James Gallagher

Definition at line 60 of file DODS_StartDate_Time_Factory.h.

Constructor & Destructor Documentation

DODS_StartDate_Time_Factory::DODS_StartDate_Time_Factory ( DDS &  dds)

Read the configuration information and decide how to build DODS_Date_Time objects.

The DODS_Date_Time_Factory member function #get_date_time()# will return DODS_Date objects.

See also
get_date_time()
Parameters
ddsThe DDS of the dataset from which dates are to be read.
dasThe DAS of the dataset from which dates are to be read.

Definition at line 45 of file DODS_StartDate_Time_Factory.cc.

Member Function Documentation

DODS_Date_Time DODS_StartDate_Time_Factory::get ( )

Read a date/time value from a dataset.

Returns
The DODS_Date_Time object associated with the date/time.

Definition at line 51 of file DODS_StartDate_Time_Factory.cc.

References DODS_Time_Factory::get(), and DODS_Date_Factory::get().

Here is the call graph for this function:


The documentation for this class was generated from the following files: