Cassini-Soldner East-/Northing location.
|
__init__(self,
e,
n,
h=0,
cs0=None,
name='
' )
New Css
Cassini-Soldner position. |
|
|
|
toLatLon(self,
LatLon=None,
height=None,
**LatLon_kwds)
Convert this Css to an (ellipsoidal) geodetic point. |
|
|
|
toRepr(self,
prec=6,
fmt=' [%s] ' ,
sep=' , ' ,
m=' m ' ,
C=False)
Return a string representation of this Css position. |
|
|
|
toStr2(self,
prec=6,
fmt=' [%s] ' ,
sep=' , ' ,
m=' m ' ,
C=False)
DEPRECATED, used method Css.toRepr. |
|
|
|
toStr(self,
prec=6,
sep=' ' ,
m=' m ' )
Return a string representation of this Css position. |
|
|
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others
Inherited from named._Named :
_dot_ ,
attrs ,
classof ,
copy
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|