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, see function notOverloaded.

Inherited from named._Named: _DOT_, __repr__, __str__, attrs, classof, copy, dup, rename, toRepr, toStr, toStr2

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

Properties
  adjust
Get the adjust setting (bool or None if not applicable).
  datum
Get the datum (Datum or None if not applicable).
  kmin
Get the minimum number of knots (int).
  numpy
Get the numpy module or None.
  scipy
Get the scipy module or None.
  scipy_interpolate
Get the scipy.interpolate module or None.
  wrap
Get the wrap setting (bool or None if not applicable).

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

Inherited from object: __class__

Property Details

adjust

Get the adjust setting (bool or None if not applicable).

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

datum

Get the datum (Datum or None if not applicable).

Get method:
datum(self) - Get the datum (Datum or None if not applicable).
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.

numpy

Get the numpy module or None.

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

scipy

Get the scipy module or None.

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

scipy_interpolate

Get the scipy.interpolate module or None.

Get method:
scipy_interpolate(self) - Get the scipy.interpolate module or None.
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 if not applicable).

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