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

#include <HDFSP.h>

Collaboration diagram for HDFSP::AttrContainer:
Collaboration graph

Public Member Functions

const std::vector< Attribute * > & getAttributes () const
 No need to have the newname since we will make the name follow CF conventions.
 
const std::string & getName () const
 Get the name of this attribute container.
 

Friends

class File
 
class SD
 

Detailed Description

This class only applies to the OTHERHDF products when there are dimensions but not dimension scales. To remember the dimension names, we follow the mapping of the default HDF4 OPeNDAP hander. In DAP DAS, AttrContainers are used to create attribute containers for each dimension. For each dimension, the attribute container is variable_name_dim_0 (string name "longitude")

Definition at line 234 of file HDFSP.h.

Constructor & Destructor Documentation

◆ ~AttrContainer()

AttrContainer::~AttrContainer ( )

Definition at line 182 of file HDFSP.cc.

Member Function Documentation

◆ getAttributes()

const std::vector< Attribute * > & HDFSP::AttrContainer::getAttributes ( ) const
inline

No need to have the newname since we will make the name follow CF conventions.

Definition at line 249 of file HDFSP.h.

◆ getName()

const std::string & HDFSP::AttrContainer::getName ( ) const
inline

Get the name of this attribute container.

Definition at line 242 of file HDFSP.h.

Friends And Related Symbol Documentation

◆ File

friend class File
friend

Definition at line 262 of file HDFSP.h.

◆ SD

friend class SD
friend

Definition at line 261 of file HDFSP.h.


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