|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Representing one attribute in grid or swath. More...
#include <HDFSP.h>

Public Member Functions | |
| int32 | getCount () const |
| Get the number of elements of this attribute. More... | |
| const std::string & | getName () const |
| Get the attribute name. More... | |
| const std::string & | getNewName () const |
| Get the CF attribute name(special characters are replaced by underscores) More... | |
| int32 | getType () const |
| Get the attribute datatype. More... | |
| const std::vector< char > & | getValue () const |
| Get the attribute value. More... | |
Protected Attributes | |
| int32 | count |
| The number of elements. More... | |
| std::string | name |
| Original attribute name. More... | |
| std::string | newname |
| CF attribute name(special characters are replaced by underscores) More... | |
| int32 | type |
| Attribute type. More... | |
| std::vector< char > | value |
| Attribute values. More... | |
Friends | |
| class | Field |
| class | File |
| class | SD |
| class | VDATA |
| class | VDField |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
The number of elements.
Definition at line 221 of file HDFSP.h.
Referenced by getCount(), HDFSP::SD::Read(), HDFSP::SD::Read_Hybrid(), HDFSP::VDField::ReadAttributes(), HDFSP::VDATA::ReadAttributes(), and HDFSP::File::ReadVgattrs().
|
protected |
Original attribute name.
Definition at line 212 of file HDFSP.h.
Referenced by getName(), HDFSP::SD::Read(), HDFSP::SD::Read_Hybrid(), HDFSP::VDField::ReadAttributes(), HDFSP::VDATA::ReadAttributes(), and HDFSP::File::ReadVgattrs().
|
protected |
CF attribute name(special characters are replaced by underscores)
Definition at line 215 of file HDFSP.h.
Referenced by getNewName(), HDFSP::SD::Read(), HDFSP::SD::Read_Hybrid(), HDFSP::VDField::ReadAttributes(), HDFSP::VDATA::ReadAttributes(), and HDFSP::File::ReadVgattrs().
|
protected |
Attribute type.
Definition at line 218 of file HDFSP.h.
Referenced by getType(), HDFSP::SD::Read(), HDFSP::SD::Read_Hybrid(), HDFSP::VDField::ReadAttributes(), HDFSP::VDATA::ReadAttributes(), and HDFSP::File::ReadVgattrs().
|
protected |
Attribute values.
Definition at line 224 of file HDFSP.h.
Referenced by getValue(), HDFSP::SD::Read(), HDFSP::SD::Read_Hybrid(), HDFSP::VDField::ReadAttributes(), HDFSP::VDATA::ReadAttributes(), and HDFSP::File::ReadVgattrs().