26 #ifndef __TERRALIB_ST_INTERNAL_RASTERCOVERAGEDATASETINFO_H 
   27 #define __TERRALIB_ST_INTERNAL_RASTERCOVERAGEDATASETINFO_H 
   30 #include "../../Config.h" 
   31 #include "../observation/ObservationDataSetInfo.h" 
   35 namespace te { 
namespace dt { 
class DateTime; } }
 
   63                               int tPropIdx, 
int rstPropIdx);
 
  115         const std::vector<int>& getTimePropIdxs() 
const;
 
  123         int getRasterPropIdx() 
const;
 
  130         std::auto_ptr<te::dt::DateTime> getTime() 
const;
 
  144 #endif  // __TERRALIB_ST_INTERNAL_RASTERCOVERAGEDATASETINFO_H 
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
int m_rstPropIdx
The property index that contains the raster. 
A class that contains infos about a DataSet that contains observations. 
CoverageType
An enum for the types of coverage. 
This file contains an abstract class called CoverageDataSetInfo. 
std::auto_ptr< te::dt::DateTime > m_time
ObservationDataSetInfo m_obsDsInfo
Infos about the DataSource and DataSet that contains the point coverage observations. 
A class that contains infos about a DataSource and DataSet that contains observations of a raster cov...
An abstract class that contains infos about a DataSource and DataSet that contains observations of a ...
A class that represents a data source component.