|
__init__(self,
lat,
lon,
name='
' ,
height=0)
Creat a new, mininal, low-overhead LatLon_
instance, without heigth and datum. |
|
|
|
|
|
|
|
|
|
|
|
classof(self,
*args,
**kwds)
Instantiate this very class. |
|
|
|
copy(self,
deep=False)
Make a shallow or deep copy of this instance. |
|
|
|
others(self,
other,
name=' other ' )
Check this and an other instance for type compatiblility. |
|
|
|
points(self,
points,
closed=False,
base=None)
DEPRECATED, use method points2 . |
|
|
|
points2(self,
points,
closed=False,
base=None) |
|
|
|
to2ab(self)
Return the lat- and longitude in radians . |
|
|
|
toStr(self,
form=' d ' ,
prec=6,
sep=' , ' ,
**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__
|