|
__init__(self,
geodesic,
lat1,
lon1,
azi1,
caps=32671,
**name)
New GeodesicLineSolve instance, allowing points to be
found along a geodesic starting at (lat1,
lon1) with azimuth azi1 . |
|
|
|
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,
**kwds)
Not implemented, throws a NotImplementedError
always. |
|
|
|
PlumbTo(self,
lat0,
lon0,
**kwds)
Not implemented, throws a NotImplementedError
always. |
|
|
|
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)
Return this GeodesicLineSolve as string. |
|
|
Inherited from solveBase._SolveGDictBase :
Direct ,
Inverse ,
Inverse1
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__
|
|
a13
Get the arc length to reference point 3 (degrees ).
|
|
azi1
Get the azimuth at the first point (compass degrees ).
|
|
azi12
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) ).
|
|
azi12_sincos2
Get the sine and cosine of the first point's azimuth (2-tuple
(sin, cos) ).
|
|
geodesic
Get the geodesic (GeodesicSolve).
|
|
s13
Get the distance to reference point 3 (meter or
NAN ).
|
Inherited from _GeodesicSolveBase :
GeodSolve
Inherited from solveBase._SolveGDictLineBase :
datum ,
ellipsoid ,
lat1 ,
lon1
Inherited from solveBase._SolveBase :
reverse2 ,
unroll
Inherited from solveBase._SolveCapsBase :
Exact ,
a ,
f ,
flattening ,
invokation ,
prec ,
status ,
verbose ,
version
Inherited from karney._CapsBase :
caps ,
debug
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|