An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage.  
 More...
#include <AbstractPointCoverageInterp.h>
An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage. 
- See also
 - PointCoverage 
 
Definition at line 60 of file AbstractPointCoverageInterp.h.
 
  
  
      
        
          | virtual te::st::AbstractPointCoverageInterp::~AbstractPointCoverageInterp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | te::st::AbstractPointCoverageInterp::AbstractPointCoverageInterp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
It estimates a value at a given non-observed location, in a PointCoverage. 
- Parameters
 - 
  
  
 
- Returns
 - The estimated value.
 
- Note
 - The caller will take the ownership of the output Geometry pointer. 
 
Implemented in te::st::IDWInterpolator.
 
 
It gets the parameters associated to the interpolator. 
- Returns
 - It returns the parameters associated to the interpolator.
 
- Note
 - The caller will not take the ownership of the returned pointer. 
 
Implemented in te::st::IDWInterpolator.
 
 
It sets the parameters associated to the interpolator. 
- Parameters
 - 
  
    | p | The parameters to be associated to the interpolator. | 
  
   
- Note
 - It will take the ownership of the given pointer. 
 
Implemented in te::st::IDWInterpolator.
 
 
The documentation for this class was generated from the following file: