|
__init__(self,
gX,
lat1,
lon1,
azi1,
caps,
**name_)
(INTERNAL) New [_]GeodesicLineExact instance. |
|
|
|
|
|
Arc(self)
Return the arc length to reference point 3 (degrees or
NAN ). |
|
|
|
ArcPosition(self,
a12,
outmask=1929)
Find the position on the line given a12 . |
|
|
|
Distance(self)
Return the distance to reference point 3 (meter or
NAN ). |
|
|
|
Intersecant2(self,
lat0,
lon0,
radius,
tol=1.4901161193847656e-08)
Compute the intersection(s) of this geodesic line and a circle. |
|
|
|
PlumbTo(self,
lat0,
lon0,
est=None,
tol=1.4901161193847656e-08)
Compute the perpendicular intersection of this geodesic line
and a geodesic from the given point. |
|
|
|
Position(self,
s12,
outmask=1929)
Find the position on the line given s12 . |
|
|
|
SetArc(self,
a13)
Set reference point 3 in terms relative to the first point. |
|
|
|
SetDistance(self,
s13)
Set reference point 3 in terms relative to the first point. |
|
|
|
toStr(self,
**prec_sep_name)
Return this GeodesicLineExact 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__
|
|
a1
Get the equatorial arc (degrees ), the arc length
between the northward equatorial crossing and the first point.
|
|
equatorarc
Get the equatorial arc (degrees ), the arc length
between the northward equatorial crossing and the first point.
|
|
a13
Get the arc length to reference point 3 (degrees ).
|
|
azi0
Get the equatorial azimuth, the azimuth of this geodesic line
as it crosses the equator in a northward direction
(degrees90 ).
|
|
equatorazimuth
Get the equatorial azimuth, the azimuth of this geodesic line
as it crosses the equator in a northward direction
(degrees90 ).
|
|
azi0_sincos2
Get the sine and cosine of the equatorial azimuth (2-tuple
(sin, cos) ).
|
|
azi1
Get the azimuth at the first point (compass degrees ).
|
|
azi1_sincos2
Get the sine and cosine of the first point's azimuth (2-tuple
(sin, cos) ).
|
|
geodesic
Get the exact geodesic (GeodesicExact).
|
|
lat1
Get the latitude of the first point (degrees ).
|
|
lon1
Get the longitude of the first point (degrees ).
|
|
s13
Get the distance to reference point 3 (meter or
NAN ).
|
Inherited from karney._CapsBase :
caps ,
debug
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|