Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | karney._CapsBase --+ | solveBase._SolveCapsBase --+ | solveBase._SolveBase --+ | solveBase._SolveGDictBase --+ | _RhumbSolveBase --+ | RhumbSolve
Wrapper to invoke Karney's RhumbSolve like a class, similar to pygeodesy.Rhumb and pygeodesy.RhumbAux.
RhumbSolve
or env variable
PYGEODESY_RHUMBSOLVE
to specify the (fully qualified)
path to the RhumbSolve
executable.
rhumb
is intended for testing purposes
only, it invokes the RhumbSolve
executable for
every method call.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
Return the destination lat, lon and reverse azimuth (final bearing) in
|
Set up a RhumbLineSolve in terms of the direct rhumb problem to compute several points on a single rhumb line.
Note:
If the point is at a pole, the azimuth is defined by keeping
See Also: C++ RhumbExact.Line and Python Rhumb.Line. |
Return the distance in
|
Define a RhumbLineSolve in terms of the inverse rhumb problem.
Note: Updates to this rhumb are reflected in the returned rhumb line. |
Set up a RhumbLineSolve in terms of the direct rhumb problem to compute several points on a single rhumb line.
Note:
If the point is at a pole, the azimuth is defined by keeping
See Also: C++ RhumbExact.Line and Python Rhumb.Line. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:21 2024 | http://epydoc.sourceforge.net |