|
|
forward(self,
latlonh,
lon=None,
height=0,
**no_M)
Convert from geodetic (lat, lon, height) to geocentric
(x, y, z). |
|
|
|
|
reverse(self,
xyz,
y=None,
z=None,
**no_M)
Convert from geocentric (x, y, z) to geodetic
(lat, lon, height) using Rey-Jer You's transformation. |
|
|
|
Inherited from named._NamedBase:
__repr__,
__str__,
others,
toStr,
toStr2
Inherited from named._Named:
__copy__,
classof,
copy
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|