27#ifndef __TERRALIB_ST_INTERNAL_NEARESTCOVERAGEATTIMEINTERP_H
28#define __TERRALIB_ST_INTERNAL_NEARESTCOVERAGEATTIMEINTERP_H
This file contains an abstract class for interpolation function or interpolator that estimate coverag...
Template support for singleton pattern.
Abstract parameters base interface.
Template support for singleton pattern.
AbstractCoverageSeriesInterp()
Constructor.
A class to represent a coverage series.
std::unique_ptr< Coverage > estimate(const CoverageSeries &cvs, te::dt::DateTime *time) const
It estimates a coverage of a coverage series at a given non-observed time .
void setParams(te::common::AbstractParameters *p)
It sets the parameters associated to the interpolator.
te::common::AbstractParameters * getParams()
It gets the parameters associated to the interpolator.
NearestCoverageAtTimeInterp()
Constructor.
virtual ~NearestCoverageAtTimeInterp()
Virtual destructor.
Namespace for the TerraLib ST module.
Teste git! Configuration flags for the st (spatiotemporal) module of TerraLib.
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module.