|
radarlib 1.4.6
|
Interface for WHERE dataset attributes methods for XSEC. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
| virtual int | getXSize ()=0 |
| Get the 'X size' attribute value. | |
| virtual void | setXSize (int val)=0 |
| set the 'X size' attribute value | |
| virtual int | getYSize ()=0 |
| Get the 'Y size' attribute value. | |
| virtual void | setYSize (int val)=0 |
| set the 'Y size' attribute value | |
| virtual double | getXScale ()=0 |
| get the 'X scale' attribute value | |
| virtual void | setXScale (double val)=0 |
| set the 'X scale' attribute value | |
| virtual double | getYScale ()=0 |
| Get the 'Y scale' attribute value. | |
| virtual void | setYScale (double val)=0 |
| set the 'Y scale' attribute value | |
| virtual double | getMinHeight ()=0 |
| Get the 'Min Height' attribute value. | |
| virtual void | setMinHeight (double val)=0 |
| set the 'Min Height' attribute value | |
| virtual double | getMaxHeight ()=0 |
| Get the 'Max Height' attribute value. | |
| virtual void | setMaxHeight (double val)=0 |
| set the 'Max Height' attribute value | |
Interface for WHERE dataset attributes methods for XSEC.
|
pure virtual |
Get the 'X size' attribute value.
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'X size' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'Y size' attribute value.
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'Y size' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
get the 'X scale' attribute value
\
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'X scale' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'Y scale' attribute value.
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'Y scale' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'Min Height' attribute value.
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'Min Height' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'Max Height' attribute value.
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'Max Height' attribute value
| val | the value to write |
| OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Vertical_Product_2D, and OdimH5v20::XsecObject.