radarlib 1.4.6
|
Interface fot WHERE dataset attributes methods for images. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual std::string | getProjectionArguments ()=0 |
Get the 'projection arguments' attribute value. More... | |
virtual void | setProjectionArguments (const std::string &val)=0 |
Set the 'projection arguments' attribute value. More... | |
virtual int | getXSize ()=0 |
Get the 'X size' attribute value. More... | |
virtual void | setXSize (int val)=0 |
Set the 'X size' attribute value. More... | |
virtual int | getYSize ()=0 |
Get the 'Y size' attribute value. More... | |
virtual void | setYSize (int val)=0 |
Set the 'Y size' attribute value. More... | |
virtual double | getXScale ()=0 |
Get the 'X scale' attribute value. More... | |
virtual void | setXScale (double val)=0 |
Set the 'X scale' attribute value. More... | |
virtual double | getYScale ()=0 |
Get the 'Y scale' attribute value. More... | |
virtual void | setYScale (double val)=0 |
Set the 'Y scale' attribute value. More... | |
virtual double | getLL_Longitude ()=0 |
Get the 'LowerLeft Longitude' attribute value. More... | |
virtual void | setLL_Longitude (double val)=0 |
Set the 'LowerLeft Longitude' attribute value. More... | |
virtual double | getLL_Latitude ()=0 |
Get the 'LowerLeft Latitude' attribute value. More... | |
virtual void | setLL_Latitude (double val)=0 |
Set the 'LowerLeft Latitude' attribute value. More... | |
virtual double | getUL_Longitude ()=0 |
Get the 'UpperLeft Longitude' attribute value. More... | |
virtual void | setUL_Longitude (double val)=0 |
Set the 'UpperLeft Longitude' attribute value. More... | |
virtual double | getUL_Latitude ()=0 |
Get the 'UpperLeft Latitude' attribute value. More... | |
virtual void | setUL_Latitude (double val)=0 |
Set the 'UpperLeft Latitude' attribute value. More... | |
virtual double | getUR_Longitude ()=0 |
Get the 'UpperRight Longitude' attribute value. More... | |
virtual void | setUR_Longitude (double val)=0 |
Set the 'UpperRight Longitude' attribute value. More... | |
virtual double | getUR_Latitude ()=0 |
Get the 'UpperRight Latitude' attribute value. More... | |
virtual void | setUR_Latitude (double val)=0 |
Set the 'UpperRight Latitude' attribute value. More... | |
virtual double | getLR_Longitude ()=0 |
Get the 'LowerRight Longitude' attribute value. More... | |
virtual void | setLR_Longitude (double val)=0 |
Set the 'LowerRight Longitude' attribute value. More... | |
virtual double | getLR_Latitude ()=0 |
Get the 'LowerRight Latitude' attribute value. More... | |
virtual void | setLR_Latitude (double val)=0 |
Set the 'LowerRight Latitude' attribute value. More... | |
Interface fot WHERE dataset attributes methods for images.
|
pure virtual |
Get the 'projection arguments' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'projection arguments' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'X size' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'X size' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'Y size' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'Y size' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'X scale' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'X scale' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'Y scale' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'Y scale' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'LowerLeft Longitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'LowerLeft Longitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'LowerLeft Latitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'LowerLeft Latitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'UpperLeft Longitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'UpperLeft Longitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'UpperLeft Latitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'UpperLeft Latitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'UpperRight Longitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'UpperRight Longitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'UpperRight Latitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'UpperRight Latitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'LowerRight Longitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'LowerRight Longitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'LowerRight Latitude' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'LowerRight Latitude' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::HorizontalObject_2D, and OdimH5v20::Horizontal_Product_2D.