A class that contains infos about a DataSource and DataSet that contains observations of a point coverage. More...
#include <PointCoverageDataSetInfo.h>
Public Member Functions | |
| const std::vector< std::string > & | getValuePropNames () const |
| It returns the property names that contains the values of the coverage. More... | |
| PointCoverageDataSetInfo (const ObservationDataSetInfo &info, const std::vector< std::string > &vlPropNames) | |
| Constructor. More... | |
| virtual | ~PointCoverageDataSetInfo () |
| Virtual destructor. More... | |
Inhered methods | |
| te::st::CoverageType | getCoverageType () const |
| It returns the type of the coverage. More... | |
| const ObservationDataSetInfo & | getObservationDataSetInfo () const |
| It returns information about the DataSet that contains the coverage observations. More... | |
Protected Attributes | |
| ObservationDataSetInfo | m_obsDsInfo |
| Infos about the DataSource and DataSet that contains the point coverage observations. More... | |
| std::vector< std::string > | m_vlPropNames |
| The names of the properties that contain the point coverage values. More... | |
A class that contains infos about a DataSource and DataSet that contains observations of a point coverage.
Definition at line 50 of file PointCoverageDataSetInfo.h.
| te::st::PointCoverageDataSetInfo::PointCoverageDataSetInfo | ( | const ObservationDataSetInfo & | info, |
| const std::vector< std::string > & | vlPropNames | ||
| ) |
Constructor.
| info | Infos about the DataSource and DataSet that contains the coverage observations |
| vlPropNames | The property names that contains the values of the coverage. |
|
virtual |
Virtual destructor.
|
virtual |
It returns the type of the coverage.
Implements te::st::CoverageDataSetInfo.
|
virtual |
It returns information about the DataSet that contains the coverage observations.
Implements te::st::CoverageDataSetInfo.
| const std::vector<std::string>& te::st::PointCoverageDataSetInfo::getValuePropNames | ( | ) | const |
It returns the property names that contains the values of the coverage.
|
protected |
Infos about the DataSource and DataSet that contains the point coverage observations.
Definition at line 81 of file PointCoverageDataSetInfo.h.
|
protected |
The names of the properties that contain the point coverage values.
Definition at line 82 of file PointCoverageDataSetInfo.h.