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

Class _HeightBase

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

(INTERNAL) Interpolator base class.

Instance Methods

Inherited from named._Named: __imatmul__, __matmul__, __repr__, __rmatmul__, __str__, attrs, classof, copy, dup, methodname, rename, toRepr, toStr, toStr2

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

Properties
  datum
Get the datum setting or the default (Datum).
  kmin
Get the minimum number of knots (int).
  wrap
Get the wrap setting (bool) or None.

Inherited from named._Named: classname, classnaming, iteration, name, named, named2, named3, named4, sizeof

Inherited from object: __class__

Property Details

datum

Get the datum setting or the default (Datum).

Get method:
datum(self) - Get the datum setting or the default (Datum).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

kmin

Get the minimum number of knots (int).

Get method:
kmin(self) - Get the minimum number of knots (int).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

wrap

Get the wrap setting (bool) or None.

Get method:
wrap(self) - Get the wrap setting (bool) or None.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.