radarlib  1.4.6
OdimH5v20::WHEREVPMetadata Class Referenceabstract

Interface fot WHERE dataset attributes methods for vertical profile. More...

#include <radarlib/odimh5v20_metadata.hpp>

Inheritance diagram for OdimH5v20::WHEREVPMetadata:
OdimH5v20::WHERERootMetadata

Public Member Functions

virtual int getLevels ()=0
 Get the 'levels' attribute value. More...
 
virtual void setLevels (int val)=0
 Set the 'levels' attribute value. More...
 
virtual double getInterval ()=0
 Get the 'interval' attribute value. More...
 
virtual void setInterval (double val)=0
 Set the 'interval' attribute value. More...
 
virtual double getMinAltitude ()=0
 Set the 'minheight' attribute value. More...
 
virtual void setMinAltitude (double val)=0
 Get the 'minheight' attribute value. More...
 
virtual double getMaxAltitude ()=0
 Get the 'maxheight' attribute value. More...
 
virtual void setMaxAltitude (double val)=0
 Set the 'maxheight' 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...
 

Detailed Description

Interface fot WHERE dataset attributes methods for vertical profile.

Member Function Documentation

virtual int OdimH5v20::WHEREVPMetadata::getLevels ( )
pure virtual

Get the 'levels' attribute value.

Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual void OdimH5v20::WHEREVPMetadata::setLevels ( int  val)
pure virtual

Set the 'levels' attribute value.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual double OdimH5v20::WHEREVPMetadata::getInterval ( )
pure virtual

Get the 'interval' attribute value.

Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual void OdimH5v20::WHEREVPMetadata::setInterval ( double  val)
pure virtual

Set the 'interval' attribute value.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual double OdimH5v20::WHEREVPMetadata::getMinAltitude ( )
pure virtual

Set the 'minheight' attribute value.

Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual void OdimH5v20::WHEREVPMetadata::setMinAltitude ( double  val)
pure virtual

Get the 'minheight' attribute value.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual double OdimH5v20::WHEREVPMetadata::getMaxAltitude ( )
pure virtual

Get the 'maxheight' attribute value.

Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual void OdimH5v20::WHEREVPMetadata::setMaxAltitude ( double  val)
pure virtual

Set the 'maxheight' attribute value.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs
virtual void OdimH5v20::WHERERootMetadata::setLongitude ( double  val)
pure virtualinherited

Set the value of 'longitude' attribute.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs

Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.

virtual double OdimH5v20::WHERERootMetadata::getLatitude ( )
pure virtualinherited

Get the value of 'longitude' attribute.

Exceptions
OdimH5Exceptionif an unexpected error occurs

Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.

virtual void OdimH5v20::WHERERootMetadata::setLatitude ( double  val)
pure virtualinherited

Set the value of 'latitude' attribute.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs

Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.

virtual double OdimH5v20::WHERERootMetadata::getAltitude ( )
pure virtualinherited

Get the value of 'altitude' attribute.

Exceptions
OdimH5Exceptionif an unexpected error occurs

Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.

virtual void OdimH5v20::WHERERootMetadata::setAltitude ( double  val)
pure virtualinherited

Set the value of 'altitude' attribute.

Parameters
valthe value to write
Exceptions
OdimH5Exceptionif an unexpected error occurs

Implemented in OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.


The documentation for this class was generated from the following file: