|
ArcDirect(self,
lat1,
lon1,
azi12,
a12,
outmask=392)
Solve the direct rhumb problem, optionally with area. |
|
|
|
Direct(self,
lat1,
lon1,
azi12,
s12,
outmask=392)
Solve the direct rhumb problem, optionally with area. |
|
|
|
Direct8(self,
lat1,
lon1,
azi12,
s12,
outmask=16792)
Like method Rhumb.Direct but returning a Rhumb8Tuple with area S12 . |
|
|
|
DirectLine(self,
lat1,
lon1,
azi12,
**caps_name)
Define a RhumbLine in terms of the direct rhumb
problem to compute several points on a single rhumb line. |
|
|
|
Inverse(self,
lat1,
lon1,
lat2,
lon2,
outmask=1537)
Solve the inverse rhumb problem. |
|
|
|
Inverse8(self,
lat1,
lon1,
azi12,
s12,
outmask=17937)
Like method Rhumb.Inverse but returning a Rhumb8Tuple with area S12 . |
|
|
|
InverseLine(self,
lat1,
lon1,
lat2,
lon2,
**caps_name)
Define a RhumbLine in terms of the inverse rhumb
problem. |
|
|
|
Line(self,
lat1,
lon1,
azi12,
**caps_name)
Define a RhumbLine in terms of the direct rhumb
problem to compute several points on a single rhumb line. |
|
|
|
__init__(self,
a_earth,
f,
exact,
TMorder_name)
New RhumbAux or Rhumb . |
|
|
|
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 :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
RAorder
Get the Rhumb Area order, None always.
|
|
TMorder
Get the KTransverseMercator order (int , 4, 5,
6, 7 or 8).
|
|
a
Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
b
Get the ellipsoid 's polar radius, semi-axis
(meter ).
|
|
datum
Get this rhumb's datum (Datum).
|
|
ellipsoid
Get this rhumb's ellipsoid (Ellipsoid).
|
|
equatoradius
Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
exact
Get the exact option (bool ).
|
|
f
Get the ellipsoid 's flattening (float ).
|
|
f_max
Get the max. flattening (float ).
|
|
flattening
Get the ellipsoid 's flattening (float ).
|
|
polaradius
Get the ellipsoid 's polar radius, semi-axis
(meter ).
|
Inherited from karney._CapsBase :
caps ,
debug
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|