bes  Updated for version 3.20.6
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. 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...
 

Friends

class Field
 
class File
 
class SD
 
class VDATA
 
class VDField
 

Detailed Description

Representing one attribute in grid or swath.

Definition at line 174 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 197 of file HDFSP.h.

◆ getName()

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

Get the attribute name.

Definition at line 179 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 185 of file HDFSP.h.

◆ getType()

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

Get the attribute datatype.

Definition at line 191 of file HDFSP.h.

◆ getValue()

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

Get the attribute value.

Definition at line 203 of file HDFSP.h.


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