|
ArcDirect(self,
lat1,
lon1,
azi1,
a12,
outmask=' UNUSED ' )
Return the Direct result at a12 degrees. |
|
|
|
Direct(self,
lat1,
lon1,
azi1,
s12,
outmask=' UNUSED ' )
Return the Direct result at distance s12 . |
|
|
|
Inverse(self,
lat1,
lon1,
lat2,
lon2,
outmask=' UNUSED ' )
Return the Inverse result. |
|
|
|
Inverse1(self,
lat1,
lon1,
lat2,
lon2,
wrap=False)
Return the non-negative, angular distance in
degrees . |
|
|
|
__init__(self,
a_ellipsoid=Ellipsoid(name='WGS84', a=6378137, f=0.00335281, f_=298.257223... ,
f=None,
path='',
**name)
New Solve instance. |
|
|
Inherited from _SolveCapsBase :
invokat ,
invoke ,
linelimit
Inherited from karney._CapsBase :
caps_
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toRepr ,
toStr
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__
|