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

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

#include <DODS_EndTime_Factory.h>

Inheritance diagram for DODS_EndTime_Factory:
Inheritance graph
Collaboration diagram for DODS_EndTime_Factory:
Collaboration graph

Public Member Functions

virtual ~DODS_EndTime_Factory ()
 
Constructors

Note that the default constructor is private.

 DODS_EndTime_Factory (DDS &dds)
 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...
 

Detailed Description

Read times from datasets based on text configuration values.

Times are returned using DODS_Time objects.

See also
DODS_Time
Author
Daniel Holloway
James Gallagher

Definition at line 50 of file DODS_EndTime_Factory.h.

Constructor & Destructor Documentation

virtual DODS_EndTime_Factory::~DODS_EndTime_Factory ( )
inlinevirtual

Definition at line 55 of file DODS_EndTime_Factory.h.

DODS_EndTime_Factory::DODS_EndTime_Factory ( DDS &  dds)
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.

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

Definition at line 69 of file DODS_EndTime_Factory.h.

Member Function Documentation

DODS_Time DODS_Time_Factory::get ( )
virtualinherited

Read a time value from a dataset.

Returns
The DODS_Time object associated with the time.

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().

Here is the call graph for this function:


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