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

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

#include <DODS_EndDate_Factory.h>

Inheritance diagram for DODS_EndDate_Factory:
Inheritance graph
Collaboration diagram for DODS_EndDate_Factory:
Collaboration graph

Public Member Functions

virtual ~DODS_EndDate_Factory ()
 
Constructors

Note that the default constructor is private.

 DODS_EndDate_Factory (DDS &dds)
 Read the configuration information and decide how to build DODS_Date objects. More...
 
Access
virtual DODS_Date get ()
 Read a date 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
Author
Daniel Holloway
James Gallagher

Definition at line 50 of file DODS_EndDate_Factory.h.

Constructor & Destructor Documentation

virtual DODS_EndDate_Factory::~DODS_EndDate_Factory ( )
inlinevirtual

Definition at line 55 of file DODS_EndDate_Factory.h.

DODS_EndDate_Factory::DODS_EndDate_Factory ( DDS &  dds)
inline

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

The DODS_EndDate_Factory member function #get_date()# will return DODS_Date objects.

See also
get_date()
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 69 of file DODS_EndDate_Factory.h.

Member Function Documentation

DODS_Date DODS_Date_Factory::get ( )
virtualinherited

Read a date value from a dataset.

Returns
The DODS_Date object associated with the date.

Definition at line 160 of file DODS_Date_Factory.cc.

References get_integer_value(), yd, ym, and ymd.

Referenced by DODS_Date_Time_Factory::get(), DODS_EndDate_Time_Factory::get(), and DODS_StartDate_Time_Factory::get().

Here is the call graph for this function:


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