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. More... | |
virtual void | setStartLongitude (double val)=0 |
set the 'StartLongitude' attribute value More... | |
virtual double | getStartLatitude ()=0 |
Get the 'StartLatitide' attribute value. More... | |
virtual void | setStartLatitude (double val)=0 |
set the 'StartLatitude' attribute value More... | |
virtual double | getStopLongitude ()=0 |
Get the 'StopLongitude' attribute value. More... | |
virtual void | setStopLongitude (double val)=0 |
set the 'StopLongitude' attribute value More... | |
virtual double | getStopLatitude ()=0 |
Get the 'StopLatitude' attribute value. More... | |
virtual void | setStopLatitude (double val)=0 |
set the 'StopLatitude' attribute value More... | |
Interface for WHERE dataset attributes methods for Panel.
|
pure virtual |
Get the 'StartLongitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
set the 'StartLongitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
Get the 'StartLatitide' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
set the 'StartLatitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
Get the 'StopLongitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
set the 'StopLongitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
Get the 'StopLatitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.
|
pure virtual |
set the 'StopLatitude' attribute value
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::XsecObject, and OdimH5v20::Product_Panel.