radarlib 1.4.6
|
Interface for WHERE dataset attributes methods for RHI. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual double | getRHILon ()=0 |
Get the 'RHI longitude' attribute value. More... | |
virtual void | setRHILon (double val)=0 |
set the 'RHI Longitude' attribute value More... | |
virtual double | getRHILat ()=0 |
Get the 'RHI Latitude' attribute value. More... | |
virtual void | setRHILat (double val)=0 |
set the 'RHI Latitude' attribute value More... | |
virtual double | getAzimuthAngle ()=0 |
Get the 'Azimuth Angles' attribute value. More... | |
virtual void | setAzimuthAngle (double val)=0 |
set the 'Azimuth Angles' attribute value More... | |
virtual std::vector< Angles > | getAngles ()=0 |
Get the 'Angles' attribute value. More... | |
virtual void | setAngles (const std::vector< Angles > &val, int precision=0)=0 |
set the 'Angles' attribute value More... | |
virtual double | getRange ()=0 |
Get the 'Range' attribute value. More... | |
virtual void | setRange (double val)=0 |
set the 'Range' attribute value More... | |
Interface for WHERE dataset attributes methods for RHI.
|
pure virtual |
Get the 'RHI longitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
set the 'RHI Longitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
Get the 'RHI Latitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
set the 'RHI Latitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
Get the 'Azimuth Angles' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
set the 'Azimuth Angles' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
Get the 'Angles' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
set the 'Angles' attribute value
val | the value to write |
precision | precison used in conversion |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
Get the 'Range' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.
|
pure virtual |
set the 'Range' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_RHI.