getBaseUnitId() const | te::common::UnitOfMeasure | |
getConversionFactors(double &A, double &B, double &C, double &D) const | te::common::UnitOfMeasure | |
getConversionValue() const | te::common::UnitOfMeasure | |
getDescription() const | te::common::UnitOfMeasure | |
getId() const | te::common::UnitOfMeasure | |
getName() const | te::common::UnitOfMeasure | |
getSymbol() const | te::common::UnitOfMeasure | |
getType() const | te::common::UnitOfMeasure | |
getWKT() const | te::common::UnitOfMeasure | |
isBaseUnit() const | te::common::UnitOfMeasure | |
m_a | te::common::UnitOfMeasure | private |
m_b | te::common::UnitOfMeasure | private |
m_baseUnitId | te::common::UnitOfMeasure | private |
m_c | te::common::UnitOfMeasure | private |
m_d | te::common::UnitOfMeasure | private |
m_description | te::common::UnitOfMeasure | private |
m_id | te::common::UnitOfMeasure | private |
m_name | te::common::UnitOfMeasure | private |
m_symbol | te::common::UnitOfMeasure | private |
m_type | te::common::UnitOfMeasure | private |
setDescription(const std::string &description) | te::common::UnitOfMeasure | |
UnitOfMeasure(unsigned int id, const std::string &name, const std::string &symbol, MeasureType type, const std::string &description="") | te::common::UnitOfMeasure | |
UnitOfMeasure(unsigned int id, const std::string &name, const std::string &symbol, MeasureType type, unsigned int baseUnitId, double A, double B=0.0, double C=0.0, double D=1.0, const std::string &description="") | te::common::UnitOfMeasure | |
~UnitOfMeasure() | te::common::UnitOfMeasure | |