bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
DODS_Time_Factory Class Reference

#include <DODS_Time_Factory.h>

Inheritance diagram for DODS_Time_Factory:
Inheritance graph
Collaboration diagram for DODS_Time_Factory:
Collaboration graph

Public Member Functions

Constructors

Note that the default constructor is private.

 DODS_Time_Factory (DDS &dds, const string &attribute_name="DODS_Time")
 
Access
virtual DODS_Time get ()
 

Detailed Description

Read times from datasets based on text configuration values. Times are returned using DODS_Time objects.

See also
DODS_Time
Author
James Gallagher

Definition at line 50 of file DODS_Time_Factory.h.

Constructor & Destructor Documentation

◆ DODS_Time_Factory() [1/2]

DODS_Time_Factory::DODS_Time_Factory ( )
inlineprotected

Definition at line 58 of file DODS_Time_Factory.h.

◆ ~DODS_Time_Factory()

virtual DODS_Time_Factory::~DODS_Time_Factory ( )
inlinevirtual

Definition at line 61 of file DODS_Time_Factory.h.

◆ DODS_Time_Factory() [2/2]

DODS_Time_Factory::DODS_Time_Factory ( DDS & dds,
const string & attribute_name = "DODS_Time" )

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()
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.
attribute_nameThe name of the attribute container in the DAS that holds configuration inforamtion for the instance of DODS_Time.

Definition at line 51 of file DODS_Time_Factory.cc.

Member Function Documentation

◆ get()

DODS_Time DODS_Time_Factory::get ( )
virtual

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.


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