|
__init__(self,
a_earth=Ellipsoid(name='WGS84', a=6378137, b=6356752.31424518, f_=298.... ,
f=None,
exact=True,
name='',
**RA_TMorder)
New rhumbx.Rhumb . |
|
|
|
Direct(self,
lat1,
lon1,
azi12,
s12,
outmask=384)
Solve the direct rhumb problem, optionally with the area. |
|
|
|
|
|
Inverse(self,
lat1,
lon1,
lat2,
lon2,
outmask=1536)
Solve the inverse rhumb problem. |
|
|
|
|
|
orders(self,
RAorder=None,
TMorder=None)
DEPRECATED, use properties RAorder and/or
TMorder . |
|
|
|
toStr(self,
prec=6,
sep=', ',
**unused)
Return this Rhumb as string. |
|
|
Inherited from rhumbBase.RhumbBase :
Direct8 ,
DirectLine ,
Inverse8 ,
InverseLine ,
Line
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__
|