27 #ifndef __TERRALIB_ST_INTERNAL_IDWINTERPOLATOR_H
28 #define __TERRALIB_ST_INTERNAL_IDWINTERPOLATOR_H
31 #include "../../../common/Singleton.h"
34 #include "../../Config.h"
This file contains an abstract class for interpolation function or interpolator that estimate values ...
Abstract parameters base interface.
Template support for singleton pattern.
A point with x and y coordinate values.
An abstract class for interpolation function or interpolator that estimate values at non-observaved l...
A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage...
void setParams(te::common::AbstractParameters *p)
It sets the parameters associated to the interpolator.
IDWInterpolator()
Constructor.
te::common::AbstractParameters * getParams()
It gets the parameters associated to the interpolator.
virtual ~IDWInterpolator()
Virtual destructor.
std::unique_ptr< te::dt::AbstractData > estimate(const PointCoverage &cv, unsigned int p, const te::gm::Point &l)
It estimates a value at a given non-observed location, in a PointCoverage.
A concrete class to represent a point coverage.
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module.