28 #ifndef __TERRALIB_ST_INTERNAL_ABSTRACTPOINTCOVERAGEINTERP_H    29 #define __TERRALIB_ST_INTERNAL_ABSTRACTPOINTCOVERAGEINTERP_H    32 #include "../../Config.h"    38 namespace te { 
namespace dt { 
class AbstractData; } }
    39 namespace te { 
namespace common { 
class AbstractParameters; } }
    40 namespace te { 
namespace gm { 
class Point; } }
   109 #endif // __TERRALIB_ST_INTERNAL_ABSTRACTPOINTCOVERAGEINTERP_H #define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A concrete class to represent a point coverage. 
 
An abstract class for interpolation function or interpolator that estimate values at non-observaved l...
 
A point with x and y coordinate values. 
 
Abstract parameters base interface.