Interface fot WHERE dataset attributes methods for vertical profile.
More...
#include <radarlib/odimh5v21_metadata.hpp>
|
virtual int | getLevels ()=0 |
| Get the 'levels' attribute value.
|
|
virtual void | setLevels (int val)=0 |
| Set the 'levels' attribute value.
|
|
virtual double | getInterval ()=0 |
| Get the 'interval' attribute value.
|
|
virtual void | setInterval (double val)=0 |
| Set the 'interval' attribute value.
|
|
virtual double | getMinAltitude ()=0 |
| Set the 'minheight' attribute value.
|
|
virtual void | setMinAltitude (double val)=0 |
| Get the 'minheight' attribute value.
|
|
virtual double | getMaxAltitude ()=0 |
| Get the 'maxheight' attribute value.
|
|
virtual void | setMaxAltitude (double val)=0 |
| Set the 'maxheight' attribute value.
|
|
virtual void | setLongitude (double val)=0 |
| Set the value of 'longitude' attribute.
|
|
virtual double | getLatitude ()=0 |
| Get the value of 'longitude' attribute.
|
|
virtual void | setLatitude (double val)=0 |
| Set the value of 'latitude' attribute.
|
|
virtual double | getAltitude ()=0 |
| Get the value of 'altitude' attribute.
|
|
virtual void | setAltitude (double val)=0 |
| Set the value of 'altitude' attribute.
|
|
Interface fot WHERE dataset attributes methods for vertical profile.
◆ getLevels()
virtual int OdimH5v21::WHEREVPMetadata::getLevels |
( |
| ) |
|
|
pure virtual |
Get the 'levels' attribute value.
- Exceptions
-
◆ setLevels()
virtual void OdimH5v21::WHEREVPMetadata::setLevels |
( |
int |
val | ) |
|
|
pure virtual |
Set the 'levels' attribute value.
- Parameters
-
- Exceptions
-
◆ getInterval()
virtual double OdimH5v21::WHEREVPMetadata::getInterval |
( |
| ) |
|
|
pure virtual |
Get the 'interval' attribute value.
- Exceptions
-
◆ setInterval()
virtual void OdimH5v21::WHEREVPMetadata::setInterval |
( |
double |
val | ) |
|
|
pure virtual |
Set the 'interval' attribute value.
- Parameters
-
- Exceptions
-
◆ getMinAltitude()
virtual double OdimH5v21::WHEREVPMetadata::getMinAltitude |
( |
| ) |
|
|
pure virtual |
Set the 'minheight' attribute value.
- Exceptions
-
◆ setMinAltitude()
virtual void OdimH5v21::WHEREVPMetadata::setMinAltitude |
( |
double |
val | ) |
|
|
pure virtual |
Get the 'minheight' attribute value.
- Parameters
-
- Exceptions
-
◆ getMaxAltitude()
virtual double OdimH5v21::WHEREVPMetadata::getMaxAltitude |
( |
| ) |
|
|
pure virtual |
Get the 'maxheight' attribute value.
- Exceptions
-
◆ setMaxAltitude()
virtual void OdimH5v21::WHEREVPMetadata::setMaxAltitude |
( |
double |
val | ) |
|
|
pure virtual |
Set the 'maxheight' attribute value.
- Parameters
-
- Exceptions
-
◆ setLongitude()
virtual void OdimH5v21::WHERERootMetadata::setLongitude |
( |
double |
val | ) |
|
|
pure virtualinherited |
◆ getLatitude()
virtual double OdimH5v21::WHERERootMetadata::getLatitude |
( |
| ) |
|
|
pure virtualinherited |
◆ setLatitude()
virtual void OdimH5v21::WHERERootMetadata::setLatitude |
( |
double |
val | ) |
|
|
pure virtualinherited |
◆ getAltitude()
virtual double OdimH5v21::WHERERootMetadata::getAltitude |
( |
| ) |
|
|
pure virtualinherited |
◆ setAltitude()
virtual void OdimH5v21::WHERERootMetadata::setAltitude |
( |
double |
val | ) |
|
|
pure virtualinherited |
The documentation for this class was generated from the following file: