27 #ifndef __TERRALIB_ST_INTERNAL_IDWINTERPOLATOR_H    28 #define __TERRALIB_ST_INTERNAL_IDWINTERPOLATOR_H    31 #include "../../../common/Singleton.h"    34 #include "../../Config.h"    73 #endif  // __TERRALIB_ST_INTERNAL_IDWINTERPOLATOR_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::common::AbstractParameters * getParams()
It gets the parameters associated to the interpolator. 
 
A concrete class to represent a point coverage. 
 
void setParams(te::common::AbstractParameters *p)
It sets the parameters associated to the interpolator. 
 
An abstract class for interpolation function or interpolator that estimate values at non-observaved l...
 
A point with x and y coordinate values. 
 
This file contains an abstract class for interpolation function or interpolator that estimate values ...
 
A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage...
 
Abstract parameters base interface. 
 
Template support for singleton pattern.