te::st::PointCoverageDataSetInfo Class Reference

A class that contains infos about a DataSource and DataSet that contains observations of a point coverage. More...

#include <PointCoverageDataSetInfo.h>

Inheritance diagram for te::st::PointCoverageDataSetInfo:
te::st::CoverageDataSetInfo

Public Member Functions

 PointCoverageDataSetInfo (const ObservationDataSetInfo &info, const std::vector< std::string > &vlPropNames)
 Constructor. More...
 

Inhered methods

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...
 
te::st::CoverageType getCoverageType () const
 It returns the type of the coverage. More...
 
const ObservationDataSetInfogetObservationDataSetInfo () const
 It returns information about the DataSet that contains the coverage observations. More...
 
const std::vector< std::string > & getValuePropNames () const
 It returns the property names that contains the values of the coverage. More...
 
virtual ~PointCoverageDataSetInfo ()
 Virtual destructor. More...
 

Detailed Description

A class that contains infos about a DataSource and DataSet that contains observations of a point coverage.

See also
ObservationDataSetInfo

Definition at line 50 of file PointCoverageDataSetInfo.h.

Constructor & Destructor Documentation

◆ PointCoverageDataSetInfo()

te::st::PointCoverageDataSetInfo::PointCoverageDataSetInfo ( const ObservationDataSetInfo info,
const std::vector< std::string > &  vlPropNames 
)

Constructor.

Parameters
infoInfos about the DataSource and DataSet that contains the coverage observations
vlPropNamesThe property names that contains the values of the coverage.

◆ ~PointCoverageDataSetInfo()

virtual te::st::PointCoverageDataSetInfo::~PointCoverageDataSetInfo ( )
virtual

Virtual destructor.

Member Function Documentation

◆ getCoverageType()

te::st::CoverageType te::st::PointCoverageDataSetInfo::getCoverageType ( ) const
virtual

It returns the type of the coverage.

Returns
the type of the coverage.

Implements te::st::CoverageDataSetInfo.

◆ getObservationDataSetInfo()

const ObservationDataSetInfo& te::st::PointCoverageDataSetInfo::getObservationDataSetInfo ( ) const
virtual

It returns information about the DataSet that contains the coverage observations.

Returns
A reference to the internal ObservationDataSetInfo.

Implements te::st::CoverageDataSetInfo.

◆ getValuePropNames()

const std::vector<std::string>& te::st::PointCoverageDataSetInfo::getValuePropNames ( ) const

It returns the property names that contains the values of the coverage.

Returns
The property names that contains the values of the coverage.

Member Data Documentation

◆ m_obsDsInfo

ObservationDataSetInfo te::st::PointCoverageDataSetInfo::m_obsDsInfo
protected

Infos about the DataSource and DataSet that contains the point coverage observations

Definition at line 81 of file PointCoverageDataSetInfo.h.

◆ m_vlPropNames

std::vector<std::string> te::st::PointCoverageDataSetInfo::m_vlPropNames
protected

The names of the properties that contain the point coverage values.

Definition at line 82 of file PointCoverageDataSetInfo.h.


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