radarlib
1.4.6
|
Interface fot WHERE dataset attributes methods for vertical profile. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual int | getLevels ()=0 |
Get the 'levels' attribute value. More... | |
virtual void | setLevels (int val)=0 |
Set the 'levels' attribute value. More... | |
virtual double | getInterval ()=0 |
Get the 'interval' attribute value. More... | |
virtual void | setInterval (double val)=0 |
Set the 'interval' attribute value. More... | |
virtual double | getMinAltitude ()=0 |
Set the 'minheight' attribute value. More... | |
virtual void | setMinAltitude (double val)=0 |
Get the 'minheight' attribute value. More... | |
virtual double | getMaxAltitude ()=0 |
Get the 'maxheight' attribute value. More... | |
virtual void | setMaxAltitude (double val)=0 |
Set the 'maxheight' attribute value. More... | |
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 dataset attributes methods for vertical profile.
|
pure virtual |
Get the 'levels' attribute value.
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Set the 'levels' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Get the 'interval' attribute value.
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Set the 'interval' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Set the 'minheight' attribute value.
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Get the 'minheight' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Get the 'maxheight' attribute value.
OdimH5Exception | if an unexpected error occurs |
|
pure virtual |
Set the 'maxheight' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
|
pure virtualinherited |
Set the value of 'longitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the value of 'longitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the value of 'latitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the value of 'altitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the value of 'altitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.