|
__init__(self,
a_ellipsoid=Ellipsoid(name='WGS84', a=6378137, f=0.00335281, f_=298.257223... ,
f=None,
C4order=None,
**name_C4Order)
New GeodesicExact instance. |
|
|
|
ArcDirect(self,
lat1,
lon1,
azi1,
a12,
outmask=1929)
Solve the Direct geodesic problem in terms of (spherical) arc
length. |
|
|
|
|
|
Area(self,
polyline=False,
**name)
Set up a GeodesicAreaExact to
compute area and perimeter of a polygon. |
|
|
|
C4f(self,
eps)
Evaluate the C4x coefficients for
eps . |
|
|
|
Direct(self,
lat1,
lon1,
azi1,
s12=0,
outmask=1929)
Solve the Direct geodesic problem |
|
|
|
Direct3(self,
lat1,
lon1,
azi1,
s12)
Return the destination lat, lon and reverse azimuth (final bearing)
in degrees . |
|
|
|
DirectLine(self,
lat1,
lon1,
azi1,
s12,
caps=1929,
**name)
Define a GeodesicLineExact in terms
of the direct geodesic problem and as distance. |
|
|
|
Inverse(self,
lat1,
lon1,
lat2,
lon2,
outmask=1929)
Perform the Inverse geodesic calculation. |
|
|
|
Inverse1(self,
lat1,
lon1,
lat2,
lon2,
wrap=False)
Return the non-negative, angular distance in
degrees . |
|
|
|
Inverse3(self,
lat1,
lon1,
lat2,
lon2)
Return the distance in meter and the forward and reverse
azimuths (initial and final bearing) in degrees . |
|
|
|
|
|
Line(self,
lat1,
lon1,
azi1,
caps=32671,
**name)
Set up a GeodesicLineExact to
compute several points on a single geodesic. |
|
|
|
|
|
toStr(self,
**prec_sep_name)
Return this GeodesicExact 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 ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|