radarlib 1.4.6
|
Interface fot WHERE root attributes methods. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual void | setLongitude (double val)=0 |
Set the value of 'longitude' attribute. More... | |
virtual double | getLatitude ()=0 |
Get the value of 'longitude' attribute. More... | |
virtual void | setLatitude (double val)=0 |
Set the value of 'latitude' attribute. More... | |
virtual double | getAltitude ()=0 |
Get the value of 'altitude' attribute. More... | |
virtual void | setAltitude (double val)=0 |
Set the value of 'altitude' attribute. More... | |
Interface fot WHERE root attributes methods.
|
pure virtual |
Set the value of 'longitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtual |
Get the value of 'longitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtual |
Set the value of 'latitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtual |
Get the value of 'altitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtual |
Set the value of 'altitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.