One instance of this class represents one SDS object.
More...
#include <HDFSP.h>
|
std::vector< Attribute * > | attrs |
| The attributes of this field.
|
|
std::string | name |
| The original name of this field.
|
|
std::string | newname |
| The CF full path(special characters replaced by underscores) of this field.
|
|
int32 | rank = -1 |
| The rank of this field.
|
|
int32 | type = -1 |
| The datatype of this field.
|
|
One instance of this class represents one SDS object.
Definition at line 330 of file HDFSP.h.
◆ ~SDField()
◆ getAttributes()
const std::vector< Attribute * > & HDFSP::Field::getAttributes |
( |
| ) |
const |
|
inlineinherited |
Get the attributes of this field.
Definition at line 300 of file HDFSP.h.
◆ getCoordinate()
std::string HDFSP::SDField::getCoordinate |
( |
| ) |
const |
|
inline |
Get the "coordinates" attribute.
Definition at line 356 of file HDFSP.h.
◆ getCorrectedDimensions()
const std::vector< Dimension * > & HDFSP::SDField::getCorrectedDimensions |
( |
| ) |
const |
|
inline |
Get the list of the corrected dimensions.
Definition at line 338 of file HDFSP.h.
◆ getCorrectedDimensionsPtr()
std::vector< Dimension * > * HDFSP::SDField::getCorrectedDimensionsPtr |
( |
| ) |
|
|
inline |
Get the list of the corrected dimension ptrs.
Definition at line 344 of file HDFSP.h.
◆ getDimensions()
const std::vector< Dimension * > & HDFSP::SDField::getDimensions |
( |
| ) |
const |
|
inline |
Get the list of dimensions.
Definition at line 392 of file HDFSP.h.
◆ getDimInfo()
const std::vector< AttrContainer * > & HDFSP::SDField::getDimInfo |
( |
| ) |
const |
|
inline |
Get the list of OHTERHDF dimension attribute container information.
Definition at line 398 of file HDFSP.h.
◆ getFieldRef()
int32 HDFSP::SDField::getFieldRef |
( |
| ) |
const |
|
inline |
◆ getFieldType()
int HDFSP::SDField::getFieldType |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string & HDFSP::Field::getName |
( |
| ) |
const |
|
inlineinherited |
Get the name of this field.
Definition at line 276 of file HDFSP.h.
◆ getNewName()
const std::string & HDFSP::Field::getNewName |
( |
| ) |
const |
|
inlineinherited |
◆ getRank()
int32 HDFSP::Field::getRank |
( |
| ) |
const |
|
inlineinherited |
Get the dimension rank of this field.
Definition at line 288 of file HDFSP.h.
◆ getSpecFullPath()
std::string HDFSP::SDField::getSpecFullPath |
( |
| ) |
const |
|
inline |
This function returns the full path of some special products that have a very long path.
Definition at line 417 of file HDFSP.h.
◆ getType()
int32 HDFSP::Field::getType |
( |
| ) |
const |
|
inlineinherited |
Get the data type of this field.
Definition at line 294 of file HDFSP.h.
◆ getUnits()
std::string HDFSP::SDField::getUnits |
( |
| ) |
const |
|
inline |
Get the "units" attribute.
Definition at line 368 of file HDFSP.h.
◆ IsDimNoScale()
bool HDFSP::SDField::IsDimNoScale |
( |
| ) |
const |
|
inline |
Is this field a dimension without dimension scale(or empty[no data]dimension variable)
Definition at line 405 of file HDFSP.h.
◆ IsDimScale()
bool HDFSP::SDField::IsDimScale |
( |
| ) |
const |
|
inline |
Is this field a dimension scale field?
Definition at line 411 of file HDFSP.h.
◆ setCoordinates()
void HDFSP::SDField::setCoordinates |
( |
const std::string & | coor | ) |
|
|
inline |
Set the coordinate attribute.
Definition at line 362 of file HDFSP.h.
◆ setCorrectedDimensions()
void HDFSP::SDField::setCorrectedDimensions |
( |
const std::vector< Dimension * > & | cor_dims | ) |
|
|
inline |
Set the list of the corrected dimensions.
Definition at line 350 of file HDFSP.h.
◆ setUnits()
void HDFSP::SDField::setUnits |
( |
const std::string & | uni | ) |
|
|
inline |
◆ File
◆ SD
◆ attrs
std::vector< Attribute * > HDFSP::Field::attrs |
|
protectedinherited |
The attributes of this field.
Definition at line 321 of file HDFSP.h.
◆ name
std::string HDFSP::Field::name |
|
protectedinherited |
The original name of this field.
Definition at line 312 of file HDFSP.h.
◆ newname
std::string HDFSP::Field::newname |
|
protectedinherited |
The CF full path(special characters replaced by underscores) of this field.
Definition at line 309 of file HDFSP.h.
◆ rank
int32 HDFSP::Field::rank = -1 |
|
protectedinherited |
The rank of this field.
Definition at line 318 of file HDFSP.h.
◆ type
int32 HDFSP::Field::type = -1 |
|
protectedinherited |
The datatype of this field.
Definition at line 315 of file HDFSP.h.
The documentation for this class was generated from the following files: