|
bearingTo(self,
other,
wrap=False)
DEPRECATED, use method initialBearingTo . |
|
|
|
bearingTo2(self,
other,
wrap=False)
Compute the initial and final bearing (forward and reverse azimuth)
from this to an other point, using Karney's 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 Karney's 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 Karney's
Direct method. |
|
|
|
distanceTo(self,
other,
wrap=False)
Compute the distance between this and an other point along a
geodesic, using Karney's 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 Karney's 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 Karney's 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 Karney's
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 Karney's
Inverse method. |
|
|
|
toCartesian(self,
**kwds)
Convert this point to Karney -based cartesian (ECEF)
coordinates. |
|
|
Inherited from ellipsoidalBase.LatLonEllipsoidalBase :
__init__ ,
antipode ,
convertDatum ,
convertRefFrame ,
distanceTo2 ,
elevation2 ,
ellipsoid ,
ellipsoids ,
geoidHeight2 ,
parse ,
to3xyz ,
toEtm ,
toLcc ,
toOsgr ,
toUps ,
toUtm ,
toUtmUps ,
toWm
Inherited from latlonBase.LatLonBase :
__eq__ ,
__ne__ ,
__str__ ,
bounds ,
boundsOf ,
compassAngle ,
compassAngleTo ,
copy ,
equals ,
equals3 ,
equirectangularTo ,
euclideanTo ,
haversineTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
philam2 ,
points ,
points2 ,
to2ab ,
to3llh ,
toEcef ,
toNvector ,
toStr ,
toVector ,
toVector3d ,
vincentysTo
Inherited from named._NamedBase :
__repr__ ,
others ,
toStr2
Inherited from named._Named :
__copy__ ,
classof
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|