radarlib 1.4.6
|
Interface for WHERE dataset attributes methods for Panel. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual double | getStartLongitude ()=0 |
Get the 'StartLongitude' attribute value. | |
virtual void | setStartLongitude (double val)=0 |
set the 'StartLongitude' attribute value | |
virtual double | getStartLatitude ()=0 |
Get the 'StartLatitide' attribute value. | |
virtual void | setStartLatitude (double val)=0 |
set the 'StartLatitude' attribute value | |
virtual double | getStopLongitude ()=0 |
Get the 'StopLongitude' attribute value. | |
virtual void | setStopLongitude (double val)=0 |
set the 'StopLongitude' attribute value | |
virtual double | getStopLatitude ()=0 |
Get the 'StopLatitude' attribute value. | |
virtual void | setStopLatitude (double val)=0 |
set the 'StopLatitude' attribute value | |
Interface for WHERE dataset attributes methods for Panel.
|
pure virtual |
Get the 'StartLongitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'StartLongitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'StartLatitide' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'StartLatitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'StopLongitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'StopLongitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
Get the 'StopLatitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.
|
pure virtual |
set the 'StopLatitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_Panel, and OdimH5v20::XsecObject.