MI - Fimex
|
#include <fimex/CDMVariable.h>
Public Member Functions | |
CDMVariable (std::string name, CDMDataType datatype, std::vector< std::string > shape) | |
virtual | ~CDMVariable () |
const std::string & | getName () const |
void | setName (std::string newName) |
CDMDataType | getDataType () const |
void | setDataType (CDMDataType type) |
const std::vector< std::string > & | getShape () const |
void | setShape (std::vector< std::string > newShape) |
void | setAsSpatialVector (const std::string &counterpart, const std::string &direction) |
bool | isSpatialVector () const |
const std::string & | getSpatialVectorCounterpart () const |
get the spatial counterpart of this vector More... | |
const std::string & | getSpatialVectorDirection () const |
get the possible directions of this spatial vector (comma-separated string) More... | |
bool | checkDimension (const std::string &dimension) const |
void | toXMLStream (std::ostream &out) const |
print a xml representation to the stream without attributes More... | |
void | toXMLStream (std::ostream &out, const std::vector< CDMAttribute > &attrs) const |
print a xml representation to the stream with attributes More... | |
void | setData (DataPtr data) |
add data to the variable More... | |
const DataPtr | getData () const |
retrieve volatile data from this variable More... | |
int | hasData () const |
check if real data has been set with setData() (null-pointer reference returns false) More... | |
![]() | |
virtual | ~CDMNamedEntity ()=0 |
|
explicit |
|
virtual |
bool MetNoFimex::CDMVariable::checkDimension | ( | const std::string & | dimension | ) | const |
check the dimension of a variable
dimension | the dimension to check for |
Referenced by getSpatialVectorDirection().
|
inline |
retrieve volatile data from this variable
Retrieve data, but only if it has been set previously by setData() this method will not try to read data from the disk. Use CDMReader::getData(const std::string& varName) to get the data from memory or from disk.
|
inline |
|
inlinevirtual |
Implements MetNoFimex::CDMNamedEntity.
Referenced by MetNoFimex::CoordinateAxis::operator<().
|
inline |
|
inline |
get the spatial counterpart of this vector
|
inline |
get the possible directions of this spatial vector (comma-separated string)
References checkDimension(), and toXMLStream().
|
inline |
check if real data has been set with setData() (null-pointer reference returns false)
|
inline |
test if this variable has been declared to be a spatial vector
void MetNoFimex::CDMVariable::setAsSpatialVector | ( | const std::string & | counterpart, |
const std::string & | direction | ||
) |
Declare this variable to be part of a spatial vector, e.g. (x-wind, y-wind)
counterpart | name of the other variable being part of this vector |
direction | comma-separated list of possible directions for this vector, e.g. "x,longitude" |
Referenced by setShape().
|
inline |
add data to the variable
|
inline |
|
inline |
|
inline |
References setAsSpatialVector().
void MetNoFimex::CDMVariable::toXMLStream | ( | std::ostream & | out | ) | const |
print a xml representation to the stream without attributes
Referenced by getSpatialVectorDirection().
void MetNoFimex::CDMVariable::toXMLStream | ( | std::ostream & | out, |
const std::vector< CDMAttribute > & | attrs | ||
) | const |
print a xml representation to the stream with attributes