|
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, using this Direct method. |
|
|
|
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 given by an initial bearing, using this Direct
method. |
|
|
|
distanceTo(self,
other,
wrap=False,
**unused)
Compute the distance between this and an other point along a
geodesic, using this Inverse method. |
|
|
|
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, using this Direct method. |
|
|
|
finalBearingTo(self,
other,
wrap=False)
Compute the final bearing (reverse azimuth) after having travelled
along a geodesic from this point to an other point, using this
Inverse method. |
|
|
|
initialBearingTo(self,
other,
wrap=False)
Compute the initial bearing (forward azimuth) to travel along a
geodesic from this point to an other point, using this
Inverse method. |
|
|
|
intermediateTo(self,
other,
fraction,
height=None,
wrap=False)
Return the point at given fraction along the geodesic between this
and an other point, using this Direct and
Inverse methods. |
|
|
Inherited from ellipsoidalBase.LatLonEllipsoidalBase :
__init__ ,
antipode ,
convertDatum ,
convertRefFrame ,
distanceTo2 ,
elevation2 ,
ellipsoid ,
ellipsoids ,
geoidHeight2 ,
intersection3 ,
intersections2 ,
nearestOn ,
parse ,
to3xyz ,
toDatum ,
toEtm ,
toLcc ,
toMgrs ,
toOsgr ,
toRefFrame ,
toUps ,
toUtm ,
toUtmUps ,
toWm ,
trilaterate5
Inherited from latlonBase.LatLonBase :
PointsIter ,
__eq__ ,
__ne__ ,
__str__ ,
_distanceTo_ ,
bounds ,
boundsOf ,
chordTo ,
compassAngle ,
compassAngleTo ,
cosineAndoyerLambertTo ,
cosineForsytheAndoyerLambertTo ,
cosineLawTo ,
destinationXyz ,
equals ,
equals3 ,
equirectangularTo ,
euclideanTo ,
flatLocalTo ,
flatPolarTo ,
haversineTo ,
heightStr ,
hubenyTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
philam2 ,
points ,
points2 ,
thomasTo ,
to2ab ,
to3llh ,
toCartesian ,
toEcef ,
toLocal ,
toLtp ,
toNvector ,
toStr ,
toVector ,
toVector3d ,
vincentysTo
Inherited from named._NamedBase :
__repr__ ,
others ,
toRepr
Inherited from named._Named :
_DOT_ ,
attrs ,
classof ,
copy ,
rename ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|