26 #ifndef __TERRALIB_ST_INTERNAL_POINTCOVERAGEDATASETINFO_H 
   27 #define __TERRALIB_ST_INTERNAL_POINTCOVERAGEDATASETINFO_H 
   30 #include "../../Config.h" 
   31 #include "../observation/ObservationDataSetInfo.h" 
   35 namespace te { 
namespace dt { 
class DateTime; } }
 
   74         const std::vector<std::string>& getValuePropNames() 
const;
 
   87 #endif  // __TERRALIB_ST_INTERNAL_POINTCOVERAGEDATASETINFO_H 
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
A class that contains infos about a DataSet that contains observations. 
CoverageType
An enum for the types of coverage. 
A class that contains infos about a DataSource and DataSet that contains observations of a point cove...
This file contains an abstract class called CoverageDataSetInfo. 
ObservationDataSetInfo m_obsDsInfo
Infos about the DataSource and DataSet that contains the point coverage observations. 
An abstract class that contains infos about a DataSource and DataSet that contains observations of a ...
std::vector< std::string > m_vlPropNames
The names of the properties that contain the point coverage values.