|
__init__(self,
lat,
lon)
Creat a new, mininal, low-overhead LatLon_
instance, without heigth and datum. |
|
|
|
|
|
|
|
|
|
|
|
others(self,
other,
name=' other ' )
Check this and an other instance for type compatiblility. |
|
|
|
points(self,
points,
closed=False,
base=None)
Check a polygon given as an array, list, sequence, set or tuple of
points. |
|
|
|
to2ab(self)
Return the lat- and longitude in radians. |
|
|
|
toStr(self,
**kwds)
This LatLon_ as a string "<degrees>,
<degrees>". |
|
|
|
toStr2(self,
**kwds)
This LatLon_ as a string "class(<degrees>,
...)". |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|