This class is a derived class of CVar. It represents a coordinate variable for HDF-EOS5 files.
More...
#include <HDF5CF.h>
|
|
| EOS5CVar (Var *) |
| |
|
const std::vector< Attribute * > & | getAttributes () const |
| |
| float | getCompRatio () const |
| | Get the compression ratio of this dataset. More...
|
| |
|
bool | getCoorAttrAddPath () const |
| |
| CVType | getCVType () const |
| | Get the coordinate variable type of this variable. More...
|
| |
| const std::vector< Dimension * > & | getDimensions () const |
| | Get the list of the dimensions. More...
|
| |
|
EOS5Type | getEos5Type () const |
| |
| const std::string & | getFullPath () const |
| | Get the full path of this variable. More...
|
| |
| const std::string & | getName () const |
| | Get the original name of this variable. More...
|
| |
| const std::string & | getNewName () const |
| | Get the new name of this variable. More...
|
| |
|
EOS5GridOriginType | getOrigin () const |
| |
|
std::vector< double > | getParams () const |
| |
|
EOS5GridPRType | getPixelReg () const |
| |
|
float | getPointLeft () const |
| |
|
float | getPointLower () const |
| |
|
float | getPointRight () const |
| |
|
float | getPointUpper () const |
| |
|
EOS5GridPCType | getProjCode () const |
| |
| int | getRank () const |
| | Get the dimension rank of this variable. More...
|
| |
|
int | getSphere () const |
| |
|
size_t | getTotalElems () const |
| |
| H5DataType | getType () const |
| | Get the data type of this variable(Not HDF5 datatype id) More...
|
| |
|
int | getXDimSize () const |
| |
|
int | getYDimSize () const |
| |
|
bool | getZeroStorageSize () const |
| |
|
int | getZone () const |
| |
|
bool | isLatLon () const |
| |
This class is a derived class of CVar. It represents a coordinate variable for HDF-EOS5 files.
Definition at line 431 of file HDF5CF.h.
◆ getCompRatio()
| float HDF5CF::Var::getCompRatio |
( |
| ) |
const |
|
inlineinherited |
Get the compression ratio of this dataset.
Definition at line 321 of file HDF5CF.h.
◆ getCVType()
| CVType HDF5CF::CVar::getCVType |
( |
| ) |
const |
|
inlineinherited |
Get the coordinate variable type of this variable.
Definition at line 362 of file HDF5CF.h.
◆ getDimensions()
| const std::vector<Dimension *>& HDF5CF::Var::getDimensions |
( |
| ) |
const |
|
inlineinherited |
Get the list of the dimensions.
Definition at line 315 of file HDF5CF.h.
◆ getFullPath()
| const std::string& HDF5CF::Var::getFullPath |
( |
| ) |
const |
|
inlineinherited |
Get the full path of this variable.
Definition at line 276 of file HDF5CF.h.
◆ getName()
| const std::string& HDF5CF::Var::getName |
( |
| ) |
const |
|
inlineinherited |
Get the original name of this variable.
Definition at line 264 of file HDF5CF.h.
◆ getNewName()
| const std::string& HDF5CF::Var::getNewName |
( |
| ) |
const |
|
inlineinherited |
Get the new name of this variable.
Definition at line 270 of file HDF5CF.h.
◆ getRank()
| int HDF5CF::Var::getRank |
( |
| ) |
const |
|
inlineinherited |
Get the dimension rank of this variable.
Definition at line 298 of file HDF5CF.h.
◆ getType()
| H5DataType HDF5CF::Var::getType |
( |
| ) |
const |
|
inlineinherited |
Get the data type of this variable(Not HDF5 datatype id)
Definition at line 304 of file HDF5CF.h.
The documentation for this class was generated from the following files: