|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
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") More...
#include <HDFSP.h>

Public Member Functions | |
| AttrContainer () | |
| const std::vector< Attribute * > & | getAttributes () const |
| No need to have the newname since we will make the name follow CF conventions Get the new name of this field. More... | |
| const std::string & | getName () const |
| Get the name of this attribute container. More... | |
| ~AttrContainer () | |
Protected Attributes | |
| std::vector< Attribute * > | attrs |
| std::string | name |
Friends | |
| class | File |
| class | SD |
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")
|
inline |
|
inline |
|
protected |
Definition at line 271 of file HDFSP.h.
Referenced by getAttributes(), HDFSP::SD::Read(), and HDFSP::File::ReadVgattrs().
|
protected |
Definition at line 268 of file HDFSP.h.
Referenced by getName(), HDFSP::SD::Read(), and HDFSP::File::ReadVgattrs().