Package pygeodesy :: Module heights :: Class _HeightBase
[frames] | no frames]

Class _HeightBase

  object --+    
           |    
named._Named --+
               |
              _HeightBase
Known Subclasses:

(INTERNAL) Interpolator base class.

Instance Methods
 
__call__(self, *args)
(INTERNAL) Must be overloaded.

Inherited from named._Named: __repr__, __str__, _dot_, attrs, classof, copy, toStr, toStr2

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties
  adjust
An immutable property (Read Only).
  kmin
An immutable property (Read Only).
  wrap
An immutable property (Read Only).

Inherited from named._Named: classname, classnaming, name, named, named2

Inherited from object: __class__

Property Details

adjust

An immutable property (Read Only).

Get Method:
adjust(self) - Get the adjust setting (bool or None if not applicable).
Set Method:
immutable(inst, value) - Throws an AttributeError, always.

kmin

An immutable property (Read Only).

Get Method:
kmin(self) - Get the minimum number of knots (int).
Set Method:
immutable(inst, value) - Throws an AttributeError, always.

wrap

An immutable property (Read Only).

Get Method:
wrap(self) - Get the wrap setting (bool or None if not applicable).
Set Method:
immutable(inst, value) - Throws an AttributeError, always.