radarlib
1.4.4
|
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. More... | |
virtual void | setXSize (int val)=0 |
set the 'X size' attribute value More... | |
virtual int | getYSize ()=0 |
Get the 'Y size' attribute value. More... | |
virtual void | setYSize (int val)=0 |
set the 'Y size' attribute value More... | |
virtual double | getXScale ()=0 |
get the 'X scale' attribute value More... | |
virtual void | setXScale (double val)=0 |
set the 'X scale' attribute value More... | |
virtual double | getYScale ()=0 |
Get the 'Y scale' attribute value. More... | |
virtual void | setYScale (double val)=0 |
set the 'Y scale' attribute value More... | |
virtual double | getMinHeight ()=0 |
Get the 'Min Height' attribute value. More... | |
virtual void | setMinHeight (double val)=0 |
set the 'Min Height' attribute value More... | |
virtual double | getMaxHeight ()=0 |
Get the 'Max Height' attribute value. More... | |
virtual void | setMaxHeight (double val)=0 |
set the 'Max Height' attribute value More... | |
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.