28 #ifndef __TERRALIB_ST_INTERNAL_ABSTRACTTIMESERIESINTERP_H    29 #define __TERRALIB_ST_INTERNAL_ABSTRACTTIMESERIESINTERP_H    32 #include "../../Config.h"    38 namespace te { 
namespace dt { 
class DateTime; 
class AbstractData; } }
    39 namespace te { 
namespace common { 
class AbstractParameters; } }
   110 #endif  // __TERRALIB_ST_INTERNAL_ABSTRACTTIMESERIESINTERP_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract parameters base interface. 
 
An abstract class for an interpolation function or interpolator that estimate a value at non-observav...
 
A class to represent time series.