|
|
|
|
|
All(self,
glA,
glB,
X0=None,
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_C)
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)
Find the closest intersection of two geodesic lines. |
|
|
|
|
Closest5(self,
glA,
glB,
X0=XDict(c=0, sA=0.0, sB=0.0, sX0=0.0))
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
(initial) azimuth. |
|
|
|
|
Middle(self,
glA,
glB,
raiser=True,
**_C)
Get the mid-points on two geodesic line segments. |
|
|
|
|
Middle5(self,
glA,
glB,
raiser=True)
Get the mid-points of two geodesic line segments and distances. |
|
|
|
|
Next(self,
glA,
glB,
eps1=None,
**_C)
Yield the next intersection of two intersecting geodesic
lines. |
|
|
|
|
Next5(self,
glA,
glB,
**eps1)
Yield the next intersection of two intersecting geodesic
lines. |
|
|
|
|
Segment(self,
glA,
glB,
proven=None,
raiser=True,
**_C)
Find the intersection between two geodesic line segments. |
|
|
|
|
Segment5(self,
glA,
glB,
**proven_raiser)
Find the intersection between two geodesic line segments. |
|
|
|
|
toStr(self,
**prec_sep_name)
Return this Intersector as string. |
|
|
|
Inherited from _IntersectBase:
Next5s,
intersect7,
k2kAkB
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__
|