|
|
|
__init__(self,
lat,
lon,
height=0)
New LatLon. |
|
|
|
|
|
|
|
bounds(self,
wide,
high,
radius=6371008.77141)
Return the SE and NW lat-/longitude of a great circle bounding box
centered at this location. |
|
|
|
copy(self)
Copy this point. |
|
|
|
equals(self,
other,
eps=None)
Compare this point with an other point. |
|
|
|
points(self,
points,
closed=True)
Check a polygon given as list, sequence, set or tuple of points. |
|
|
|
to2ab(self)
Return this point's lat-/longitude in radians. |
|
|
|
to3llh(self)
Return this point's lat-, longitude and height. |
|
|
|
to3xyz(self)
Convert this (geodetic) point to n-vector (normal to the earth's
surface) x/y/z components, ignoring the height. |
|
|
|
toStr(self,
form=' dms ' ,
prec=None,
m=' m ' ,
sep=' , ' )
Convert this point to a "lat, lon [+/-height]" string,
formatted in the given form. |
|
|
Inherited from Base :
__repr__ ,
classname ,
others ,
toStr2 ,
topsub
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|