|
|
|
|
|
All(self,
glA,
glB,
X0=XDist(c=0, sA=0, sB=0, sX0=0),
**sMax)
Find all intersection of two geodesic lines up to a limit. |
|
|
|
|
All5(self,
glA,
glB,
X0=XDist(c=0, sA=0, sB=0, sX0=0),
aMax=0,
**sMax)
Find all intersection of two geodesic lines up to a limit. |
|
|
|
|
Closest(self,
glA,
glB,
X0=XDist(c=0, sA=0, sB=0, sX0=0))
Find the closest intersection of two geodesic lines. |
|
|
|
|
Closest5(self,
glA,
glB,
X0=XDist(c=0, sA=0, sB=0, sX0=0))
Find the closest intersection of two geodesic lines. |
|
|
|
|
Line(self,
lat1,
lon1,
azi_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. |
|
|
|
|
Next(self,
glA,
glB,
**eps)
Yield the next intersection of two intersecting geodesic
lines. |
|
|
|
|
Next5(self,
glA,
glB,
eps=6.66133814775e-16)
Yield the next intersection of two intersecting geodesic
lines. |
|
|
|
|
Next5s(self,
glA,
glB,
X0=XDist(c=0, sA=0, sB=0, sX0=0),
aMax=1801,
sMax=0,
avg=False,
**Delta)
Yield Next intersections up to a maximal (angular)
distance. |
|
|
|
|
toStr(self,
**prec_sep_name)
Return this Intersector as string. |
|
|
|
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__
|
|
|
a
Get the equatorial radius, semi-axis (meter).
|
|
|
equatoradius
Get the equatorial radius, semi-axis (meter).
|
|
|
Delta
Get the equality and tiling margin (meter).
|
|
|
ellipsoid
Get the geodesic's ellipsoid (Ellipsoid).
|
|
|
f
Get the flattening (scalar), 0 for
spherical, negative for prolate.
|
|
|
flattening
Get the flattening (scalar), 0 for
spherical, negative for prolate.
|
|
|
geodesic
Get the geodesic (Geodesic...).
|
|
|
R
Get the authalic earth radius (meter).
|
|
Inherited from named._Named:
classname,
classnaming,
iteration,
name,
named,
named2,
named3,
named4,
sizeof
Inherited from object:
__class__
|