Package pygeodesy :: Module solveBase :: Class _SolveBase
[frames] | no frames]

Class _SolveBase

  object --+                
           |                
named._Named --+            
               |            
named._NamedBase --+        
                   |        
    karney._CapsBase --+    
                       |    
          _SolveCapsBase --+
                           |
                          _SolveBase
Known Subclasses:

(INTERNAL) Base class for _SolveBase and _SolveLineBase.

Instance Methods

Inherited from _SolveCapsBase: invokat, invoke, linelimit

Inherited from karney._CapsBase: caps_

Inherited from named._NamedBase: __repr__, __str__, others, toRepr, toStr

Inherited from named._Named: __format__, __imatmul__, __matmul__, __rmatmul__, attrs, classof, copy, dup, methodname, rename, renamed, toStr2

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

Class Variables

Inherited from karney._CapsBase: ALL, AREA, AZIMUTH, DISTANCE, DISTANCE_IN, EMPTY, GEODESICSCALE, LATITUDE, LINE_CAPS, LINE_OFF, LONGITUDE, LONG_UNROLL, REDUCEDLENGTH, STANDARD

Properties
  reverse2
Get the azi2 direction (bool).
  unroll
Get the lon2 unroll'ing (bool).

Inherited from _SolveCapsBase: Exact, a, datum, ellipsoid, f, flattening, invokation, prec, status, verbose, version

Inherited from karney._CapsBase: caps, debug

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

Inherited from object: __class__

Property Details

reverse2

Get the azi2 direction (bool).

Get method:
reverse2(self) - Get the azi2 direction (bool).
Set method:
reverse2(self, reverse2) - Set the direction for azi2 (bool), if True reverse azi2.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

unroll

Get the lon2 unroll'ing (bool).

Get method:
unroll(self) - Get the lon2 unroll'ing (bool).
Set method:
unroll(self, unroll) - Set unroll'ing for lon2 (bool), if True unroll lon2, otherwise don't.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.