Elevation angle.
More...
#include <radarlib/odimh5v20_support.hpp>
|
| Angles () |
| Create an object with values set to 0. More...
|
|
| Angles (double value) |
| Create an object set to the value passed. More...
|
|
| Angles (const std::string &value) |
| Create an object set to the value passed. More...
|
|
void | set (double value) |
| Set field. More...
|
|
void | parse (const std::string &str) |
| Set object fields decoding the indicated string. More...
|
|
std::string | toString () const |
| Convert angle to a string formated according to OdimH5 specifications. More...
|
|
std::string | toString (int precision) const |
| Convert angles to a string formated according to OdimH5 specifications. More...
|
|
|
static std::vector< Angles > | parseSequence (const std::string &str) |
| Create a collection of angles decoding a string. More...
|
|
static std::string | toString (const std::vector< Angles > &right) |
|
static std::string | toString (const std::vector< Angles > &right, int precision) |
| Convert a collection of azimuth angles to a string formated acording to OdimH5 specifications. More...
|
|
|
double | value |
| Elevation angle Elevation angles are ordered from lower to upper values. More...
|
|
Elevation angle.
This class represent an elevation angle
- See Also
- Horizontal_Product_2D | Angles
OdimH5v20::Angles::Angles |
( |
| ) |
|
Create an object with values set to 0.
OdimH5v20::Angles::Angles |
( |
double |
value | ) |
|
Create an object set to the value passed.
- Parameters
-
[in] | value | a double value for the elevation angle |
OdimH5v20::Angles::Angles |
( |
const std::string & |
value | ) |
|
Create an object set to the value passed.
- Parameters
-
[in] | value | a string value for the elevation angle |
void OdimH5v20::Angles::set |
( |
double |
value | ) |
|
Set field.
- Parameters
-
value | value for elevation angle |
void OdimH5v20::Angles::parse |
( |
const std::string & |
str | ) |
|
Set object fields decoding the indicated string.
- Parameters
-
str | a string formatted like "value" |
- Exceptions
-
std::string OdimH5v20::Angles::toString |
( |
| ) |
const |
Convert angle to a string formated according to OdimH5 specifications.
std::string OdimH5v20::Angles::toString |
( |
int |
precision | ) |
const |
Convert angles to a string formated according to OdimH5 specifications.
- Parameters
-
precision | precision to use when converting double values to strings |
std::vector< Angles > OdimH5v20::Angles::parseSequence |
( |
const std::string & |
str | ) |
|
|
static |
Create a collection of angles decoding a string.
- Parameters
-
str | a string formatted like "value,value,..." |
- Exceptions
-
std::string OdimH5v20::Angles::toString |
( |
const std::vector< Angles > & |
right | ) |
|
|
static |
- Parameters
-
right | the values to convert Convert a collection of azimuth angles to a string formated according to OdimH5 specifications |
std::string OdimH5v20::Angles::toString |
( |
const std::vector< Angles > & |
right, |
|
|
int |
precision |
|
) |
| |
|
static |
Convert a collection of azimuth angles to a string formated acording to OdimH5 specifications.
- Parameters
-
right | the destination string |
precision | precision to use when converting double values to strings |
double OdimH5v20::Angles::value |
Elevation angle Elevation angles are ordered from lower to upper values.
The documentation for this class was generated from the following files: