27 #ifndef __TERRALIB_ST_INTERNAL_NEARESTGEOMETRYATTIMEINTERP_H    28 #define __TERRALIB_ST_INTERNAL_NEARESTGEOMETRYATTIMEINTERP_H    31 #include "../../../common/Singleton.h"    34 #include "../../Config.h"    74 #endif  // __TERRALIB_ST_INTERNAL_NEARESTGEOMETRYATTIMEINTERP_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
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. 
 
It is an interpolation function the estimates the nearest geometry at a given non-observed time of a ...
 
This file contains an abstract class for interpolation function or interpolator that estimate geometr...
 
An abstract class for an interpolation function or interpolator that estimates geometries at non-obse...
 
Abstract parameters base interface. 
 
A class to represent trajectory. 
 
Template support for singleton pattern.