|
|
|
All(self,
glA,
glB,
X0=XDict(c=0, sA=0.0, sB=0.0, sX0=0.0),
eps1=0.0,
aMaX0=0,
**sMaX0_C)
Yield all intersection of two geodesic lines up to a limit. |
|
|
|
All5(self,
glA,
glB,
X0=XDict(c=0, sA=0.0, sB=0.0, sX0=0.0),
**aMaX0_sMaX0)
Yield all intersection of two geodesic lines up to a limit. |
|
|
|
Closest(self,
glA,
glB,
X0=XDict(c=0, sA=0.0, sB=0.0, sX0=0.0),
_C=False)
Find the closest intersection of two geodesic lines. |
|
|
|
Closest5(self,
glA,
glB,
**unused)
Find the closest intersection of two geodesic lines. |
|
|
|
Line(self,
lat1,
lon1,
azi1_lat2,
*lon2,
**name)
Return a geodesic line from this Intersector 's geodesic,
specified by two (goedetic) points or a (goedetic) point and an
(forward) azimuth. |
|
|
|
Middle(self,
glA,
glB,
**_C)
Get the mid-points on two geodesic line segments. |
|
|
|
Middle5(self,
glA,
glB,
**unused)
Get the mid-points on two geodesic line segments and their distance. |
|
|
|
Next(self,
glA,
glB,
eps1=None,
**_C)
Find the next intersection of two intersecting geodesic lines. |
|
|
|
Next5(self,
glA,
glB,
**eps1)
Find the next intersection of two intersecting geodesic lines. |
|
|
|
Segment(self,
glA,
glB,
**_C_unused)
Find the intersection between two geodesic line segments. |
|
|
|
Segment5(self,
glA,
glB,
**unused)
Find the next intersection of two intersecting geodesic lines. |
|
|
|
toStr(self,
prec=6,
sep=', ',
**unused)
Return this Intersectool as string. |
|
|
Inherited from _IntersectBase :
Next5s ,
intersect7 ,
k2kAkB
Inherited from solveBase._SolveCapsBase :
invokat ,
invoke ,
linelimit
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__
|
|
IntersectTool
|
Inherited from _IntersectBase :
R ,
a ,
datum ,
ellipsoid ,
equatoradius ,
f ,
flattening ,
geodesic
Inherited from solveBase._SolveCapsBase :
Exact ,
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__
|