27 #ifndef __TERRALIB_ST_INTERNAL_COVERAGESERIESITERATOR_H    28 #define __TERRALIB_ST_INTERNAL_COVERAGESERIESITERATOR_H    31 #include "../../Config.h"    38 #include <boost/shared_ptr.hpp>    41 namespace te { 
namespace dt { 
class DateTime; } }
   164        CoverageSeriesObservationSet::const_iterator  
m_it;    
   169 #endif  // __TERRALIB_ST_INTERNAL_COVERAGESERIESITERATOR_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This file contains a class to represent a CoverageSeries observation. 
 
std::pair< te::dt::DateTimeShrPtr, CoverageShrPtr > CoverageSeriesObservation
 
TEDATAACCESSEXPORT te::da::Expression * operator==(const te::da::Expression &e1, const te::da::Expression &e2)
 
TEDATAACCESSEXPORT te::da::Expression * operator!=(const te::da::Expression &e1, const te::da::Expression &e2)
 
A class to traverse the observations of a CoverageSeries. 
 
CoverageSeriesObservationSet::const_iterator m_it
The internal cursor. 
 
An abstract class to represent a coverage.