Package pygeodesy :: Module geodsolve :: Class _GeodesicSolveBase
[frames] | no frames]

Class _GeodesicSolveBase

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

(INTERNAL) Base class for GeodesicSolve and GeodesicLineSolve.

Instance Methods
 
toStr(self, **prec_sep)
Return this GeodesicSolve 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
  GeodSolve
Get the GeodSolve 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 GeodesicSolve 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:
GeodesicSolve items (str).
Overrides: named._Named.toStr

Property Details

GeodSolve

Get the GeodSolve executable (filename).

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