26#ifndef __TERRALIB_ST_INTERNAL_TIMESERIESDATASETINFO_H
27#define __TERRALIB_ST_INTERNAL_TIMESERIESDATASETINFO_H
76 const std::string& tPropName,
const std::string& vPropName,
77 const std::string& gPropName,
const std::string& idPropName,
78 const std::string&
id);
90 const std::string& tPropName,
const std::vector<std::string>& vPropNames,
91 const std::string& gPropName,
const std::string& idPropName,
92 const std::string&
id);
This file contains a class called ObservationDataSetInfo.
A class that represents a data source component.
A class that contains infos about a DataSet that contains observations.
std::vector< std::string > m_vlPropNames
The names of the properties that contain the time series values.
ObservationDataSetInfo m_obsDsInfo
Infos about the DataSource and DataSet that contains the time series observations.
TimeSeriesDataSetInfo(const te::da::DataSourceInfo &dsinfo, const std::string &dsName, const std::string &tPropName, const std::vector< std::string > &vPropNames, const std::string &gPropName, const std::string &idPropName, const std::string &id)
Constructor.
virtual ~TimeSeriesDataSetInfo()
Virtual destructor.
TimeSeriesDataSetInfo(const te::da::DataSourceInfo &dsinfo, const std::string &dsName, const std::string &tPropName, const std::string &vPropName, const std::string &gPropName, const std::string &idPropName, const std::string &id)
Constructor.
TimeSeriesDataSetInfo(const ObservationDataSetInfo &info, const std::vector< std::string > &valPropNames)
Constructor.
const std::vector< std::string > & getValuePropNames() const
It returns the names of the DataSet properties that contains the values associated to the time series...
const ObservationDataSetInfo & getObservationDataSetInfo() const
It returns information about the DataSet that contains the time series observations.
Namespace for the DataAccess API of TerraLib.
Namespace for the TerraLib ST module.
Teste git! Configuration flags for the st (spatiotemporal) module of TerraLib.
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module.