|
bearingTo2(self,
other,
wrap=False)
Compute the initial and final bearing (forward and reverse azimuth)
from this to an other point, using this Inverse method. |
|
|
|
destination(self,
distance,
bearing,
height=None)
Compute the destination point after having travelled for the given
distance from this point along a geodesic given by an initial
bearing. |
|
|
|
destination2(self,
distance,
bearing,
height=None)
Compute the destination point and the final bearing (reverse azimuth)
after having travelled for the given distance from this point along a
geodesic (line) given by an initial bearing at this point. |
|
|
|
distanceTo(self,
other,
wrap=False,
**unused)
Compute the distance between this and an other point along a
geodesic. |
|
|
|
distanceTo3(self,
other,
wrap=False)
Compute the distance, the initial and final bearing along a geodesic
between this and an other point, using this Inverse
method. |
|
|
|
finalBearingOn(self,
distance,
bearing)
Compute the final bearing (reverse azimuth) after having travelled
for the given distance along a geodesic given by an initial bearing
from this point. |
|
|
|
finalBearingTo(self,
other,
wrap=False)
Compute the final bearing (reverse azimuth) after having travelled
along a geodesic from this point to an other point. |
|
|
|
initialBearingTo(self,
other,
wrap=False)
Compute the initial bearing (forward azimuth) to travel along a
geodesic from this point to an other point. |
|
|
|
intermediateTo(self,
other,
fraction,
height=None,
wrap=False)
Return the point at given fraction along the geodesic between this
and an other point. |
|
|
|
intersecant2(self,
circle,
start,
end,
exact=False,
height=None,
wrap=False,
tol=1.4901161193847656e-08)
Compute the intersections of a circle and a geodesic (line) given as
two points or as a point and a bearing from North. |
|
|
|
nearestOn8(self,
points,
closed=False,
height=None,
wrap=False,
equidistant=None,
tol=0.001)
Iteratively locate the point on a path or polygon closest to
this point. |
|
|
|
plumbTo(self,
start,
end,
exact=False,
height=None,
wrap=False,
tol=1.4901161193847656e-08)
Compute the intersection of a geodesic from this point
perpendicular to a geodesic (line) given as two points or as a
point and a bearing from North. |
|
|
Inherited from ellipsoidalBase.LatLonEllipsoidalBase :
__init__ ,
antipode ,
convertDatum ,
convertRefFrame ,
distanceTo2 ,
elevation2 ,
ellipsoid ,
ellipsoids ,
geoidHeight2 ,
intersection3 ,
intersections2 ,
isenclosedBy ,
midpointTo ,
nearestOn ,
parse ,
to3xyz ,
toCartesian ,
toCss ,
toDatum ,
toEtm ,
toLcc ,
toMgrs ,
toOsgr ,
toRefFrame ,
toTransform ,
toUps ,
toUtm ,
toUtmUps ,
triangulate ,
trilaterate5
Inherited from latlonBase.LatLonBase :
PointsIter ,
__eq__ ,
__ne__ ,
__str__ ,
bounds ,
boundsOf ,
chordTo ,
circin6 ,
circum3 ,
circum4_ ,
compassAngle ,
compassAngleTo ,
cosineAndoyerLambertTo ,
cosineForsytheAndoyerLambertTo ,
cosineLawTo ,
destinationXyz ,
equals ,
equals3 ,
equirectangularTo ,
euclideanTo ,
flatLocalTo ,
flatPolarTo ,
hartzell ,
haversineTo ,
height4 ,
heightStr ,
hubenyTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
nearestOn6 ,
nearestTo ,
normal ,
philam2 ,
points ,
points2 ,
radii11 ,
rhumbAzimuthTo ,
rhumbDestination ,
rhumbDistanceTo ,
rhumbIntersecant2 ,
rhumbLine ,
rhumbMidpointTo ,
thomasTo ,
to2ab ,
to3llh ,
toEcef ,
toNormal ,
toNvector ,
toStr ,
toVector ,
toVector3d ,
toWm ,
vincentysTo
Inherited from named._NamedBase :
__repr__ ,
others ,
toRepr
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from named._NamedLocal :
toAer ,
toEnu ,
toLocal ,
toLtp ,
toNed ,
toXyz
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|