radarlib 1.4.6
|
Interface fot WHERE dataset attributes methods for polar scan. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual double | getEAngle ()=0 |
Get the 'elangle' attribute value. More... | |
virtual void | setEAngle (double val)=0 |
Set the 'elangle' attribute value. More... | |
virtual int | getNumBins ()=0 |
Get the 'numbins' attribute value. More... | |
virtual void | setNumBins (int val)=0 |
Set the 'numbins' attribute value. More... | |
virtual double | getRangeStart ()=0 |
Get the 'rstart' attribute value. More... | |
virtual void | setRangeStart (double val)=0 |
Set the 'rstart' attribute value. More... | |
virtual double | getRangeScale ()=0 |
Get the 'rscale' attribute value. More... | |
virtual void | setRangeScale (double val)=0 |
Set the 'rscale' attribute value. More... | |
virtual int | getNumRays ()=0 |
Get the 'numrays' attribute value. More... | |
virtual void | setNumRays (int val)=0 |
Set the 'numrays' attribute value. More... | |
virtual int | getA1Gate ()=0 |
Get the 'a1gate' attribute value. More... | |
virtual void | setA1Gate (int val)=0 |
Set the 'a1gate' 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 polar scan.
|
pure virtual |
Get the 'elangle' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'elangle' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Get the 'numbins' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'numbins' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Get the 'rstart' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'rstart' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Get the 'rscale' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'rscale' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Get the 'numrays' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'numrays' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Get the 'a1gate' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtual |
Set the 'a1gate' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarScan.
|
pure virtualinherited |
Set the value of 'longitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtualinherited |
Get the value of 'longitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtualinherited |
Set the value of 'latitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtualinherited |
Get the value of 'altitude' attribute.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.
|
pure virtualinherited |
Set the value of 'altitude' attribute.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::PolarVolume, and OdimH5v20::PolarScan.