|
__init__(self,
latlonh,
lon=None,
height=0,
datum=None,
wrap=False,
**name)
Create a spherical LatLon point frome the given lat-,
longitude and height on the given datum. |
|
|
|
bearingTo2(self,
other,
wrap=False,
raiser=False)
Return the initial and final bearing (forward and reverse azimuth)
from this to an other point. |
|
|
|
finalBearingTo(self,
other,
wrap=False,
raiser=False)
Return the final bearing (reverse azimuth) from this to an other
point. |
|
|
|
intersecant2(self,
circle,
point,
other,
radius=6371008.771415,
exact=False,
height=None,
wrap=False)
Compute the intersections of a circle and a (great circle) line given
as two points or as a point and bearing. |
|
|
|
maxLat(self,
bearing)
Return the maximum latitude reached when travelling on a great circle
on given bearing from this point based on Clairaut's formula. |
|
|
|
minLat(self,
bearing)
Return the minimum latitude reached when travelling on a great circle
on given bearing from this point. |
|
|
|
parse(self,
strllh,
height=0,
sep=',',
**name)
Parse a string representing a similar, spherical LatLon
point, consisting of "lat, lon[, height]" . |
|
|
|
rhumbAzimuthTo(self,
other,
radius=6371008.771415,
exact=False,
wrap=False,
b360=False)
Return the azimuth (bearing) of a rhumb line (loxodrome) between this
and an other (spherical) point. |
|
|
|
|
|
rhumbDestination(self,
distance,
azimuth,
radius=6371008.771415,
height=None,
exact=False,
**name)
Return the destination point having travelled the given distance from
this point along a rhumb line (loxodrome) of the given azimuth. |
|
|
|
rhumbDistanceTo(self,
other,
radius=6371008.771415,
exact=False,
wrap=False)
Return the distance from this to an other point along a rhumb line
(loxodrome). |
|
|
|
rhumbIntersecant2(self,
circle,
point,
other,
radius=6371008.771415,
exact=True,
height=None,
wrap=False)
Compute the intersections of a circle and a rhumb line given as two
points and as a point and azimuth. |
|
|
|
rhumbMidpointTo(self,
other,
height=None,
radius=6371008.771415,
exact=False,
fraction=0.5,
**wrap_name)
Return the (loxodromic) midpoint on the rhumb line between this and
an other point. |
|
|
|
toNvector(self,
Nvector=<class 'pygeodesy.nvectorBase.NvectorBase'>,
**Nvector_kwds)
Convert this point to Nvector components, including
height. |
|
|
Inherited from latlonBase.LatLonBase :
PointsIter ,
__eq__ ,
__ne__ ,
__str__ ,
antipode ,
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 ,
rhumbLine ,
thomasTo ,
to2ab ,
to3llh ,
to3xyz ,
toCartesian ,
toDatum ,
toEcef ,
toNormal ,
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__
|