|
Area(self,
polyline=False,
**name)
Set up a GeodesicAreaExact to compute area and perimeter of a
polygon. |
|
|
|
|
|
Direct3(self,
lat1,
lon1,
azi1,
s12)
Return the destination lat, lon and reverse azimuth (final bearing)
in degrees . |
|
|
|
|
|
Line(self,
lat1,
lon1,
azi1,
**caps_name)
Set up a GeodesicLineSolve to compute several points on a
single geodesic. |
|
|
|
Inverse3(self,
lat1,
lon1,
lat2,
lon2)
Return the distance in meter and the forward and reverse
azimuths (initial and final bearing) in degrees . |
|
|
|
|
Inherited from _GeodesicSolveBase :
toStr
Inherited from solveBase._SolveGDictBase :
Direct ,
Inverse ,
Inverse1 ,
__init__
Inherited from solveBase._SolveCapsBase :
invokat ,
invoke ,
linelimit
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__
|