In file DODS_Date_Time_Factory.h:

class DODS_Date_Time_Factory

Read dates from datasets based on text configuration values

Public

Constructors
Note that the default constructor is private
DODS_Date_Time_Factory(DDS &dds, DAS &das)
Read the configuration information and decide how to build DODS\_Date\_Time objects
Access
DODS_Date_Time get()
Read a date/time value from a dataset

Documentation

Read dates from datasets based on text configuration values. Dates are returned using DODS\_Date objects.
Constructors
Note that the default constructor is private

DODS_Date_Time_Factory(DDS &dds, DAS &das)
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.
Parameters:
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.
See Also:
get_date_time()

Access

DODS_Date_Time get()
Read a date/time value from a dataset.
Returns:
The DODS\_Date\_Time object associated with the date/time.


This class has no child classes.
Author:
James Gallagher
See Also:
DODS_Date_Time

alphabetic index hierarchy of classes


generated by doc++