26 #ifndef __TERRALIB_ST_INTERNAL_TIMESERIESDATASETINFO_H    27 #define __TERRALIB_ST_INTERNAL_TIMESERIESDATASETINFO_H    30 #include "../../Config.h"    31 #include "../observation/ObservationDataSetInfo.h"    36 namespace te { 
namespace da { 
class DataSourceInfo; } }
    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);
   114         const std::vector<std::string>& getValuePropNames() 
const;
   127 #endif  // __TERRALIB_ST_INTERNAL_TIMESERIESDATASETINFO_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
ObservationDataSetInfo m_obsDsInfo
Infos about the DataSource and DataSet that contains the time series observations. 
 
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. 
 
A class that contains infos about a DataSet that contains observations of one or more time series...
 
A class that represents a data source component.