|
intersections2(self,
radius1,
other,
radius2,
**kwds)
Not implemented, throws a NotImplementedError
always. |
|
|
|
others(self,
*other,
**name_other_up)
Refined class comparison. |
|
|
|
toNvector(self,
Nvector=<class 'pygeodesy.nvectorBase.NvectorBase'>,
**Nvector_kwds)
Convert this point to Nvector components, including
height. |
|
|
|
triangulate(self,
bearing1,
other,
bearing2,
height=None)
Locate a point given this and an other point and a bearing at this
and the other point. |
|
|
|
trilaterate(self,
distance1,
point2,
distance2,
point3,
distance3,
radius=6371008.77141,
height=None,
useZ=False)
Locate a point at given distances from this and two other points. |
|
|
|
trilaterate5(self,
distance1,
point2,
distance2,
point3,
distance3,
area=False,
eps=1.0,
radius=6371008.77141,
wrap=False)
Not implemented for area=True or
wrap=True and falls back to method
trilaterate otherwise. |
|
|
Inherited from latlonBase.LatLonBase :
__eq__ ,
__init__ ,
__ne__ ,
__str__ ,
_distanceTo_ ,
antipode ,
bounds ,
boundsOf ,
compassAngle ,
compassAngleTo ,
cosineAndoyerLambertTo ,
cosineForsytheAndoyerLambertTo ,
cosineLawTo ,
equals ,
equals3 ,
equirectangularTo ,
euclideanTo ,
flatLocalTo ,
flatPolarTo ,
haversineTo ,
heightStr ,
hubenyTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
philam2 ,
points ,
points2 ,
thomasTo ,
to2ab ,
to3llh ,
to3xyz ,
toCartesian ,
toEcef ,
toStr ,
toVector ,
toVector3d ,
vincentysTo
Inherited from named._NamedBase :
__repr__ ,
toRepr
Inherited from named._Named :
_dot_ ,
attrs ,
classof ,
copy ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|