|
PointsIter(self,
points,
loop=0,
dedup=False)
Return a points iterator. |
|
|
|
|
|
__init__(self,
lat,
lon,
name='',
height=0,
datum=None)
Creat a new, mininal, low-overhead LatLon_
instance, without height and datum. |
|
|
|
|
|
|
|
|
|
classof(self,
*args,
**kwds)
Instantiate this very class. |
|
|
|
copy(self,
deep=False)
Make a shallow or deep copy of this instance. |
|
|
|
dup(self,
**items)
Duplicate this instance, replacing some items. |
|
|
|
heightStr(self,
prec=-2)
Return a string for the height height . |
|
|
|
intermediateTo(self,
other,
fraction,
height=None,
wrap=False)
Locate the point at a given fraction between (or along) this and an
other point. |
|
|
|
isequalTo(self,
other,
eps=None)
Compare this point with an other point, ignoring height. |
|
|
|
others(self,
*other,
**name_other_up)
Refined class comparison. |
|
|
|
points(self,
points,
closed=False,
base=None)
DEPRECATED, use method points2 . |
|
|
|
points2(self,
points,
closed=False,
base=None)
Check a path or polygon represented by points. |
|
|
|
|
|
toNvector(self,
h=None,
Nvector=<class 'pygeodesy.nvectorBase.NvectorBase'>,
**Nvector_kwds)
Convert this point to n-vector (normal to the earth's
surface) components, including height. |
|
|
|
toRepr(self,
**kwds)
This LatLon_ as a string "class(<degrees>,
...)". |
|
|
|
toStr(self,
form=' d ' ,
prec=6,
sep=', ',
**kwds)
This LatLon_ as a string "<degrees>,
<degrees>". |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|