26 #include "../../../datatype/DateTime.h" 32 const std::vector<std::string>& vlPropNames)
34 m_vlPropNames(vlPropNames)
A class that contains infos about a DataSet that contains observations.
const ObservationDataSetInfo & getObservationDataSetInfo() const
It returns information about the DataSet that contains the coverage observations. ...
CoverageType
An enum for the types of coverage.
te::st::CoverageType getCoverageType() const
It returns the type of the coverage.
PointCoverageDataSetInfo(const ObservationDataSetInfo &info, const std::vector< std::string > &vlPropNames)
Constructor.
ObservationDataSetInfo m_obsDsInfo
Infos about the DataSource and DataSet that contains the point coverage observations.
std::vector< std::string > m_vlPropNames
The names of the properties that contain the point coverage values.
virtual ~PointCoverageDataSetInfo()
Virtual destructor.
This file contains a class called PointCoverageDataSetInfo.
const std::vector< std::string > & getValuePropNames() const
It returns the property names that contains the values of the coverage.