| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
  object --+        
           |        
named._Named --+    
               |    
    _HeightNamed --+
                   |
                  _HeightIDW
(INTERNAL) Base class for Inverse Distance Weighting (IDW) height interpolators.
See Also:
        IDW, SHEPARD_INTERP_2D and other 
        _HeightIDW* classes.
      
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Properties | |
| adjust Get the adjustsetting (bool) orNone. | |
| beta Get the inverse distance power ( int). | |
| datum Get the datumsetting or the default (Datum). | |
| hypot Get the hypotsetting (callable) orNone. | |
| knots Get the knots(listortuple). | |
| kwds Get the optional keyword arguments ( dict). | |
| limit Get the limitsetting (degrees) orNone. | |
| radius Get the radiussetting (bool) orNone. | |
| scaled Get the scaledsetting (bool) orNone. | |
| wrap Get the wrapsetting or the default (bool) 
      orNone. | |
| Inherited from  Inherited from  Inherited from  | |
| Method Details | 
| 
 New  
 | 
| 
 Interpolate the height for one or several locations. 
 | 
| 
 Interpolate the height for one or several lat-/longitudes. 
 | 
| Property Details | 
| adjustGet the  
 | 
| betaGet the inverse distance power ( 
 | 
| datumGet the  
 | 
| hypotGet the  
 | 
| knotsGet the  
 | 
| kwdsGet the optional keyword arguments ( 
 | 
| limitGet the  
 | 
| radiusGet the  
 | 
| scaledGet the  
 | 
| wrapGet the  
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 28 08:28:10 2025 | http://epydoc.sourceforge.net |