|
__init__(self,
a_earth=Ellipsoid(name='WGS84', a=6378137, b=6356752.31424518, f_=298.... ,
f=None,
exact=True,
name='',
**RA_TMorder)
New Rhumb. |
|
|
|
Direct(self,
lat1,
lon1,
azi12,
s12,
outmask=384)
Solve the direct rhumb problem, optionally with the area. |
|
|
|
|
|
Direct8(self,
lat1,
lon1,
azi12,
s12,
outmask=16768)
Like method Rhumb.Direct but returning a Rhumb8Tuple with area S12 . |
|
|
|
DirectLine(self,
lat1,
lon1,
azi12,
name='',
**caps)
Define a RhumbLine in terms of the direct rhumb
problem. |
|
|
|
flattening(self)
Get the ellipsoid 's flattening (float ). |
|
|
|
f(self)
Get the ellipsoid 's flattening (float ). |
|
|
|
Inverse(self,
lat1,
lon1,
lat2,
lon2,
outmask=1536)
Solve the inverse rhumb problem. |
|
|
|
|
|
Inverse8(self,
lat1,
lon1,
azi12,
s12,
outmask=17920)
Like method Rhumb.Inverse but returning a Rhumb8Tuple with area S12 . |
|
|
|
InverseLine(self,
lat1,
lon1,
lat2,
lon2,
name='',
**caps)
Define a RhumbLine in terms of the inverse rhumb
problem. |
|
|
|
Line(self,
lat1,
lon1,
azi12,
name='',
**caps)
Define a RhumbLine in terms of the direct rhumb
problem. |
|
|
|
orders(self,
RAorder=None,
TMorder=None)
Get and set the RAorder and/or TMorder. |
|
|
|
toStr(self,
prec=6,
sep=', ',
**unused)
Return this Rhumb as string. |
|
|
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__
|
|
ellipsoid
Get this rhumb's ellipsoid (Ellipsoid).
|
|
equatoradius
Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
a
Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
exact
Get the exact option (bool ).
|
|
RAorder
Get the Rhumb Area order (int , 4, 5, 6, 7 or 8).
|
|
TMorder
Get the Transverse Mercator order (int , 4, 5, 6,
7 or 8).
|
Inherited from karney._CapsBase :
caps ,
debug
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4
Inherited from object :
__class__
|