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
  datum
  kmin
  wrap

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

Inherited from object: __class__

Property Details

adjust

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

datum

Get method:
datum(self) - Get the datum (Datum or None if not applicable).
Set method:
immutable(inst, value) - Throws an AttributeError, always.

kmin

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

wrap

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