Package pygeodesy :: Package rhumb :: Module solve :: Class _RhumbSolveBase
[frames] | no frames]

Class _RhumbSolveBase

       object --+                    
                |                    
     named._Named --+                
                    |                
     named._NamedBase --+            
                        |            
         karney._CapsBase --+        
                            |        
solveBase._SolveLineSolveBase --+    
                                |    
             solveBase._SolveBase --+
                                    |
                                   _RhumbSolveBase
Known Subclasses:

(INTERNAL) Base class for RhumbSolve and RhumbLineSolve.

Instance Methods
 
toStr(self, **prec_sep)
Return this RhumbSolve as string.

Inherited from solveBase._SolveBase: Direct, Inverse, Inverse1, __init__

Inherited from solveBase._SolveLineSolveBase: invoke

Inherited from karney._CapsBase: caps_

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

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

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

Class Variables

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

Properties
  RhumbSolve
Get the RhumbSolve executable (filename).

Inherited from solveBase._SolveBase: a, datum, ellipsoid, f, flattening

Inherited from solveBase._SolveLineSolveBase: Exact, invokation, prec, reverse2, status, unroll, 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__

Method Details

toStr (self, **prec_sep)

 

Return this RhumbSolve as string.

Arguments:
  • prec_sep - Keyword argumens prec=6 and sep=', ' for the float precision, number of decimal digits (0..9) and the separator string to join. Trailing zero decimals are stripped for prec values of 1 and above, but kept for negative prec values.
Returns:
RhumbSolve items (str).
Overrides: named._Named.toStr

Property Details

RhumbSolve

Get the RhumbSolve executable (filename).

Get method:
RhumbSolve(self) - Get the RhumbSolve executable (filename).
Set method:
RhumbSolve(self, path) - Set the RhumbSolve executable (filename), the (fully qualified) path to the RhumbSolve executable.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.