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

Representing one attribute in grid or swath. More...

#include <HDFSP.h>

Collaboration diagram for HDFSP::Attribute:
Collaboration graph

Public Member Functions

int32 getCount () const
 Get the number of elements of this attribute.
 
const std::string & getName () const
 Get the attribute name.
 
const std::string & getNewName () const
 Get the CF attribute name(special characters are replaced by underscores)
 
int32 getType () const
 Get the attribute datatype.
 
const std::vector< char > & getValue () const
 Get the attribute value.
 

Friends

class Field
 
class File
 
class SD
 
class VDATA
 
class VDField
 

Detailed Description

Representing one attribute in grid or swath.

Definition at line 172 of file HDFSP.h.

Member Function Documentation

◆ getCount()

int32 HDFSP::Attribute::getCount ( ) const
inline

Get the number of elements of this attribute.

Definition at line 195 of file HDFSP.h.

◆ getName()

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

Get the attribute name.

Definition at line 177 of file HDFSP.h.

◆ getNewName()

const std::string & HDFSP::Attribute::getNewName ( ) const
inline

Get the CF attribute name(special characters are replaced by underscores)

Definition at line 183 of file HDFSP.h.

◆ getType()

int32 HDFSP::Attribute::getType ( ) const
inline

Get the attribute datatype.

Definition at line 189 of file HDFSP.h.

◆ getValue()

const std::vector< char > & HDFSP::Attribute::getValue ( ) const
inline

Get the attribute value.

Definition at line 201 of file HDFSP.h.

Friends And Related Symbol Documentation

◆ Field

friend class Field
friend

Definition at line 226 of file HDFSP.h.

◆ File

friend class File
friend

Definition at line 225 of file HDFSP.h.

◆ SD

friend class SD
friend

Definition at line 223 of file HDFSP.h.

◆ VDATA

friend class VDATA
friend

Definition at line 224 of file HDFSP.h.

◆ VDField

friend class VDField
friend

Definition at line 227 of file HDFSP.h.


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