Package pygeodesy3 :: Package geodesic :: Module solve :: Class _GeodesicSolveBase
[frames] | no frames]

Class _GeodesicSolveBase

        object --+                    
                 |                    
miscs.named._Named --+                
                     |                
miscs.named._NamedBase --+            
                         |            
     Base.karney._CapsBase --+        
                             |        
        Base.solve._SolveBases --+    
                                 |    
             Base.solve._SolveBase --+
                                     |
                                    _GeodesicSolveBase
Known Subclasses:

(INTERNAL) Base class for GeodesicSolve and GeodesicLineSolve.

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

Inherited from Base.solve._SolveBase: Direct, Inverse, Inverse1, __init__

Inherited from Base.solve._SolveBases: invoke

Inherited from Base.karney._CapsBase: caps_

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

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

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

Class Variables

Inherited from Base.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 Base.solve._SolveBase: a, datum, ellipsoid, f, flattening

Inherited from Base.solve._SolveBases: Exact, invokation, prec, reverse2, status, unroll, verbose, version

Inherited from Base.karney._CapsBase: caps, debug

Inherited from miscs.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: miscs.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.